Shades of Black #090404
Tints of Black #090404
RGB
CMYK
RGB Variations
Color information
#090404 (or 0x090404) is known color: Black. HEX triplet: 09, 04 and 04. RGB value is (9,4,4). Sum of RGB (Red+Green+Blue) = 9+4+4=17 (2% of max value = 765). Red value is 9 (3.91% from 255 or 52.94% from 17); Green value is 4 (1.95% from 255 or 23.53% from 17); Blue value is 4 (1.95% from 255 or 23.53% from 17); Max value from RGB is 9 - color contains mainly: red. Hex color #090404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090404 is #F6FBFB. Grayscale: #050505. Windows color (decimal): -16186364 or 263177. OLE color: 263177.
HSL color Cylindrical-coordinate representation of color #090404: hue angle of 0º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #090404 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 4 | 4 | - |
CMYK | 0 | 0.56 | 0.56 | 0.96 |
HSL | 0º | 0.38% | 0.03% | - |
HSV(B) | 0º | 0.56% | 0.04% | - |
XYZ | 0.18 | 0.15 | 0.14 | - |
YUV | 5.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 4 | 4 | 0 | 0.56 | 0.56 | 0.96 | 0 | 0.38 | 0.03 |
Hex | 9 | 4 | 4 | 0 | 38 | 38 | 60 | 0 | 26 | 3 |
Octal | 11 | 4 | 4 | 0 | 70 | 70 | 140 | 0 | 46 | 3 |
Binary | 1001 | 100 | 100 | 0 | 111000 | 111000 | 1100000 | 0 | 100110 | 11 |
Color Harmonies of #090404
Complementary color
Monochromatic Colors of #090404
Black with #090404
Text Example
Text Example
White with #090404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090404; }
p { color: rgb(9,4,4); }
H1.HeaderClassName
{
color: #090404;
}
.AnyTagClassName
{
color: #090404;
}
</style>
background-color css
<style>
a { background-color: #090404; }
a { background-color: rgb(9,4,4); }
div.DivClassName
{
background-color: #090404;
}
.BgClassName
{
background-color: #090404;
}
</style>
border-color css
<style>
span { border-color: #090404; }
span { border-color: rgb(9,4,4); }
td.TdClassName
{
border-color: #090404;
}
.TagClassName
{
border-color: #090404;
}
</style>