Shades of Black #090502
Tints of Black #090502
RGB
CMYK
RGB Variations
Color information
#090502 (or 0x090502) is known color: Black. HEX triplet: 09, 05 and 02. RGB value is (9,5,2). Sum of RGB (Red+Green+Blue) = 9+5+2=16 (2% of max value = 765). Red value is 9 (3.91% from 255 or 56.25% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 2 (1.17% from 255 or 12.5% from 16); Max value from RGB is 9 - color contains mainly: red. Hex color #090502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090502 is #F6FAFD. Grayscale: #050505. Windows color (decimal): -16186110 or 132361. OLE color: 132361.
HSL color Cylindrical-coordinate representation of color #090502: hue angle of 25.71º 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 #090502 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 5 | 2 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.96 |
| HSL | 25.71º | 0.64% | 0.02% | - |
| HSV(B) | 25.71º | 0.78% | 0.04% | - |
| XYZ | 0.18 | 0.17 | 0.08 | - |
| YUV | 5.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 2 | 0 | 0.44 | 0.78 | 0.96 | 25.71 | 0.64 | 0.02 |
| Hex | 9 | 5 | 2 | 0 | 2C | 4E | 60 | 1A | 40 | 2 |
| Octal | 11 | 5 | 2 | 0 | 54 | 116 | 140 | 32 | 100 | 2 |
| Binary | 1001 | 101 | 10 | 0 | 101100 | 1001110 | 1100000 | 11010 | 1000000 | 10 |
Color Harmonies of #090502
Complementary color
Monochromatic Colors of #090502
Black with #090502
Text Example
Text Example
White with #090502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090502; }
p { color: rgb(9,5,2); }
H1.HeaderClassName
{
color: #090502;
}
.AnyTagClassName
{
color: #090502;
}
</style>
background-color css
<style>
a { background-color: #090502; }
a { background-color: rgb(9,5,2); }
div.DivClassName
{
background-color: #090502;
}
.BgClassName
{
background-color: #090502;
}
</style>
border-color css
<style>
span { border-color: #090502; }
span { border-color: rgb(9,5,2); }
td.TdClassName
{
border-color: #090502;
}
.TagClassName
{
border-color: #090502;
}
</style>