#0A0A09 - #090A09 | colorate
colorateはデザイナーや開発者向けの配色ツールです。あなたのインスピレーションを引き出し、よりよい配色の構成に役立ちます。
サイトをよりよくする
Blend #0A0A09 to #090A09
#0A0A09と#090A09の二色間の色を演算します。色味の近い色同士では滑らかですが、RGB値をもとにした通常のブレンドでは、色味の遠い色同士の中間の色は彩度が低くなりグレーに近くなります。HSV値をもとにしたブレンドでは、色味の遠い色同士でも彩度の低下はありません。
RGBブレンド
#0A0A09 - #090A09 | colorate
RGB値をもとにした二色間のブレンドです。色味の離れた色同士では、二色間の彩度は低下します。#0A0A09を0%、#090A09を100%として二色間の色を展開します。
0.0% #0A0A09 |
RGB 10 10 9 | #0A0A09 |
16.7% #090A09 |
RGB 9 10 9 | #090A09 |
33.3% #090A09 |
RGB 9 10 9 | #090A09 |
50.0% #090A09 |
RGB 9 10 9 | #090A09 |
66.7% #090A09 |
RGB 9 10 9 | #090A09 |
83.3% #090A09 |
RGB 9 10 9 | #090A09 |
100.0% #090A09 |
RGB 9 10 9 | #090A09 |
HSVブレンド
#0A0A09 - #090A09 | colorate
HSV値をもとにした二色間のブレンドです。色味の離れた色同士でも、二色間の彩度は低下しません。#0A0A09を0%、#090A09を100%として二色間の色を展開します。
0.0% #0A0A09 |
RGB 10 10 9 | #0A0A09 |
16.7% #090A09 |
RGB 9 10 9 | #090A09 |
33.3% #090A09 |
RGB 9 10 9 | #090A09 |
50.0% #090A09 |
RGB 9 10 9 | #090A09 |
66.7% #090A09 |
RGB 9 10 9 | #090A09 |
83.3% #090A09 |
RGB 9 10 9 | #090A09 |
100.0% #090A09 |
RGB 9 10 9 | #090A09 |
CSSコード
<style type="text/css"> /* RGB Gradation */ div { background: -moz-linear-gradient(top, #0A0A09 0%, #090A09 100%); background: -webkit-linear-gradient(top, #0A0A09 0%, #090A09 100%); background: linear-gradient(to bottom, #0A0A09 0%, #090A09 100%); } /* HSV Gradation */ div { background: -moz-linear-gradient(top, #0A0A09 0%, #090A09 50%, #090A09 100%); background: -webkit-linear-gradient(top, #0A0A09 0%, #090A09 50%, #090A09 100%); background: linear-gradient(to bottom, #0A0A09 0%, #090A09 50%, #090A09 100%); } </style>