Shades of Black #090100
Tints of Black #090100
RGB
CMYK
RGB Variations
Color information
#090100 (or 0x090100) is known color: Black. HEX triplet: 09, 01 and 00. RGB value is (9,1,0). Sum of RGB (Red+Green+Blue) = 9+1+0=10 (1% of max value = 765). Red value is 9 (3.91% from 255 or 90% from 10); Green value is 1 (0.78% from 255 or 10% from 10); Blue value is 0 (0.39% from 255 or 0% from 10); Max value from RGB is 9 - color contains mainly: red. Hex color #090100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090100 is #F6FEFF. Grayscale: #030303. Windows color (decimal): -16187136 or 265. OLE color: 265.
HSL color Cylindrical-coordinate representation of color #090100: hue angle of 6.67º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090100 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 1 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.96 |
| HSL | 6.67º | 1% | 0.02% | - |
| HSV(B) | 6.67º | 1% | 0.04% | - |
| XYZ | 0.12 | 0.08 | 0.01 | - |
| YUV | 3.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 0 | 0 | 0.89 | 1 | 0.96 | 6.67 | 1 | 0.02 |
| Hex | 9 | 1 | 0 | 0 | 59 | 64 | 60 | 7 | 64 | 2 |
| Octal | 11 | 1 | 0 | 0 | 131 | 144 | 140 | 7 | 144 | 2 |
| Binary | 1001 | 1 | 0 | 0 | 1011001 | 1100100 | 1100000 | 111 | 1100100 | 10 |
Color Harmonies of #090100
Complementary color
Monochromatic Colors of #090100
Black with #090100
Text Example
Text Example
White with #090100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090100; }
p { color: rgb(9,1,0); }
H1.HeaderClassName
{
color: #090100;
}
.AnyTagClassName
{
color: #090100;
}
</style>
background-color css
<style>
a { background-color: #090100; }
a { background-color: rgb(9,1,0); }
div.DivClassName
{
background-color: #090100;
}
.BgClassName
{
background-color: #090100;
}
</style>
border-color css
<style>
span { border-color: #090100; }
span { border-color: rgb(9,1,0); }
td.TdClassName
{
border-color: #090100;
}
.TagClassName
{
border-color: #090100;
}
</style>