Shades of Black #160402
Tints of Black #160402
RGB
CMYK
RGB Variations
Color information
#160402 (or 0x160402) is known color: Black. HEX triplet: 16, 04 and 02. RGB value is (22,4,2). Sum of RGB (Red+Green+Blue) = 22+4+2=28 (3% of max value = 765). Red value is 22 (8.98% from 255 or 78.57% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 22 - color contains mainly: red. Hex color #160402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160402 is #E9FBFD. Grayscale: #090909. Windows color (decimal): -15334398 or 132118. OLE color: 132118.
HSL color Cylindrical-coordinate representation of color #160402: hue angle of 6º 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 #160402 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 4 | 2 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.91 |
| HSL | 6º | 0.83% | 0.05% | - |
| HSV(B) | 6º | 0.91% | 0.09% | - |
| XYZ | 0.39 | 0.26 | 0.09 | - |
| YUV | 9.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 2 | 0 | 0.82 | 0.91 | 0.91 | 6 | 0.83 | 0.05 |
| Hex | 16 | 4 | 2 | 0 | 52 | 5B | 5B | 6 | 53 | 5 |
| Octal | 26 | 4 | 2 | 0 | 122 | 133 | 133 | 6 | 123 | 5 |
| Binary | 10110 | 100 | 10 | 0 | 1010010 | 1011011 | 1011011 | 110 | 1010011 | 101 |
Color Harmonies of #160402
Complementary color
Monochromatic Colors of #160402
Black with #160402
Text Example
Text Example
White with #160402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160402; }
p { color: rgb(22,4,2); }
H1.HeaderClassName
{
color: #160402;
}
.AnyTagClassName
{
color: #160402;
}
</style>
background-color css
<style>
a { background-color: #160402; }
a { background-color: rgb(22,4,2); }
div.DivClassName
{
background-color: #160402;
}
.BgClassName
{
background-color: #160402;
}
</style>
border-color css
<style>
span { border-color: #160402; }
span { border-color: rgb(22,4,2); }
td.TdClassName
{
border-color: #160402;
}
.TagClassName
{
border-color: #160402;
}
</style>