画像カラー解析ツール
画像に含まれる色を抽出して、一覧表示します。
画像を貼り付ける、ドラッグ&ドロップする、またはダブルクリックで選択してください。
〜
〜
〜
{{ imageWidth }} x {{ imageHeight }}
色数: {{ totalColorCount.size }}
色数: {{ totalColorCount.size }} -> {{ result.length }}
-> {{ percentageFilteredCount }}
解析中 {{ progress.toFixed(2) }}%
並び替え:
表示件数:
コピーしました!
# | 色 | 割合 | R | G | B | RGB (Hex) | H | S | L |
---|---|---|---|---|---|---|---|---|---|
{{ index + 1 }} | {{ item.percentage.toFixed(2) }}% | {{ item.r }} | {{ item.g }} | {{ item.b }} | {{ item.hex }} | {{ item.h }} | {{ item.s }} | {{ item.l }} |