Shades of Black #090000
Tints of Black #090000
RGB
CMYK
RGB Variations
Color information
#090000 (or 0x090000) is known color: Black. HEX triplet: 09, 00 and 00. RGB value is (9,0,0). Sum of RGB (Red+Green+Blue) = 9+0+0=9 (1% of max value = 765). Red value is 9 (3.91% from 255 or 100% from 9); Green value is 0 (0.39% from 255 or 0% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 9 - color contains mainly: red. Hex color #090000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090000 is #F6FFFF. Grayscale: #020202. Windows color (decimal): -16187392 or 9. OLE color: 9.
HSL color Cylindrical-coordinate representation of color #090000: hue angle of 0º 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 #090000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 0 | 0 | - |
CMYK | 0 | 1 | 1 | 0.96 |
HSL | 0º | 1% | 0.02% | - |
HSV(B) | 0º | 1% | 0.04% | - |
XYZ | 0.11 | 0.06 | 0.01 | - |
YUV | 2.69 | 126.48 | 132.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 0 | 0 | 0 | 1 | 1 | 0.96 | 0 | 1 | 0.02 |
Hex | 9 | 0 | 0 | 0 | 64 | 64 | 60 | 0 | 64 | 2 |
Octal | 11 | 0 | 0 | 0 | 144 | 144 | 140 | 0 | 144 | 2 |
Binary | 1001 | 0 | 0 | 0 | 1100100 | 1100100 | 1100000 | 0 | 1100100 | 10 |
Color Harmonies of #090000
Complementary color
Monochromatic Colors of #090000
Black with #090000
Text Example
Text Example
White with #090000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090000; }
p { color: rgb(9,0,0); }
H1.HeaderClassName
{
color: #090000;
}
.AnyTagClassName
{
color: #090000;
}
</style>
background-color css
<style>
a { background-color: #090000; }
a { background-color: rgb(9,0,0); }
div.DivClassName
{
background-color: #090000;
}
.BgClassName
{
background-color: #090000;
}
</style>
border-color css
<style>
span { border-color: #090000; }
span { border-color: rgb(9,0,0); }
td.TdClassName
{
border-color: #090000;
}
.TagClassName
{
border-color: #090000;
}
</style>