Shades of Black #090402
Tints of Black #090402
RGB
CMYK
RGB Variations
Color information
#090402 (or 0x090402) is known color: Black. HEX triplet: 09, 04 and 02. RGB value is (9,4,2). Sum of RGB (Red+Green+Blue) = 9+4+2=15 (1% of max value = 765). Red value is 9 (3.91% from 255 or 60% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 2 (1.17% from 255 or 13.33% from 15); Max value from RGB is 9 - color contains mainly: red. Hex color #090402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090402 is #F6FBFD. Grayscale: #050505. Windows color (decimal): -16186366 or 132105. OLE color: 132105.
HSL color Cylindrical-coordinate representation of color #090402: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #090402 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 4 | 2 | - |
CMYK | 0 | 0.56 | 0.78 | 0.96 |
HSL | 17.14º | 0.64% | 0.02% | - |
HSV(B) | 17.14º | 0.78% | 0.04% | - |
XYZ | 0.17 | 0.15 | 0.08 | - |
YUV | 5.27 | 126.16 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 4 | 2 | 0 | 0.56 | 0.78 | 0.96 | 17.14 | 0.64 | 0.02 |
Hex | 9 | 4 | 2 | 0 | 38 | 4E | 60 | 11 | 40 | 2 |
Octal | 11 | 4 | 2 | 0 | 70 | 116 | 140 | 21 | 100 | 2 |
Binary | 1001 | 100 | 10 | 0 | 111000 | 1001110 | 1100000 | 10001 | 1000000 | 10 |
Color Harmonies of #090402
Complementary color
Monochromatic Colors of #090402
Black with #090402
Text Example
Text Example
White with #090402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090402; }
p { color: rgb(9,4,2); }
H1.HeaderClassName
{
color: #090402;
}
.AnyTagClassName
{
color: #090402;
}
</style>
background-color css
<style>
a { background-color: #090402; }
a { background-color: rgb(9,4,2); }
div.DivClassName
{
background-color: #090402;
}
.BgClassName
{
background-color: #090402;
}
</style>
border-color css
<style>
span { border-color: #090402; }
span { border-color: rgb(9,4,2); }
td.TdClassName
{
border-color: #090402;
}
.TagClassName
{
border-color: #090402;
}
</style>