Shades of Black #090201
Tints of Black #090201
RGB
CMYK
RGB Variations
Color information
#090201 (or 0x090201) is known color: Black. HEX triplet: 09, 02 and 01. RGB value is (9,2,1). Sum of RGB (Red+Green+Blue) = 9+2+1=12 (1% of max value = 765). Red value is 9 (3.91% from 255 or 75% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 9 - color contains mainly: red. Hex color #090201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090201 is #F6FDFE. Grayscale: #030303. Windows color (decimal): -16186879 or 66057. OLE color: 66057.
HSL color Cylindrical-coordinate representation of color #090201: hue angle of 7.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090201 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 2 | 1 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.96 |
| HSL | 7.5º | 0.8% | 0.02% | - |
| HSV(B) | 7.5º | 0.89% | 0.04% | - |
| XYZ | 0.14 | 0.1 | 0.04 | - |
| YUV | 3.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 1 | 0 | 0.78 | 0.89 | 0.96 | 7.5 | 0.8 | 0.02 |
| Hex | 9 | 2 | 1 | 0 | 4E | 59 | 60 | 8 | 50 | 2 |
| Octal | 11 | 2 | 1 | 0 | 116 | 131 | 140 | 10 | 120 | 2 |
| Binary | 1001 | 10 | 1 | 0 | 1001110 | 1011001 | 1100000 | 1000 | 1010000 | 10 |
Color Harmonies of #090201
Complementary color
Monochromatic Colors of #090201
Black with #090201
Text Example
Text Example
White with #090201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090201; }
p { color: rgb(9,2,1); }
H1.HeaderClassName
{
color: #090201;
}
.AnyTagClassName
{
color: #090201;
}
</style>
background-color css
<style>
a { background-color: #090201; }
a { background-color: rgb(9,2,1); }
div.DivClassName
{
background-color: #090201;
}
.BgClassName
{
background-color: #090201;
}
</style>
border-color css
<style>
span { border-color: #090201; }
span { border-color: rgb(9,2,1); }
td.TdClassName
{
border-color: #090201;
}
.TagClassName
{
border-color: #090201;
}
</style>