Shades of Black #160502
Tints of Black #160502
RGB
CMYK
RGB Variations
Color information
#160502 (or 0x160502) is known color: Black. HEX triplet: 16, 05 and 02. RGB value is (22,5,2). Sum of RGB (Red+Green+Blue) = 22+5+2=29 (3% of max value = 765). Red value is 22 (8.98% from 255 or 75.86% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 22 - color contains mainly: red. Hex color #160502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160502 is #E9FAFD. Grayscale: #090909. Windows color (decimal): -15334142 or 132374. OLE color: 132374.
HSL color Cylindrical-coordinate representation of color #160502: hue angle of 9º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160502 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 5 | 2 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.91 |
| HSL | 9º | 0.83% | 0.05% | - |
| HSV(B) | 9º | 0.91% | 0.09% | - |
| XYZ | 0.4 | 0.28 | 0.09 | - |
| YUV | 9.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 2 | 0 | 0.77 | 0.91 | 0.91 | 9 | 0.83 | 0.05 |
| Hex | 16 | 5 | 2 | 0 | 4D | 5B | 5B | 9 | 53 | 5 |
| Octal | 26 | 5 | 2 | 0 | 115 | 133 | 133 | 11 | 123 | 5 |
| Binary | 10110 | 101 | 10 | 0 | 1001101 | 1011011 | 1011011 | 1001 | 1010011 | 101 |
Color Harmonies of #160502
Complementary color
Monochromatic Colors of #160502
Black with #160502
Text Example
Text Example
White with #160502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160502; }
p { color: rgb(22,5,2); }
H1.HeaderClassName
{
color: #160502;
}
.AnyTagClassName
{
color: #160502;
}
</style>
background-color css
<style>
a { background-color: #160502; }
a { background-color: rgb(22,5,2); }
div.DivClassName
{
background-color: #160502;
}
.BgClassName
{
background-color: #160502;
}
</style>
border-color css
<style>
span { border-color: #160502; }
span { border-color: rgb(22,5,2); }
td.TdClassName
{
border-color: #160502;
}
.TagClassName
{
border-color: #160502;
}
</style>