Shades of Black #160A04
Tints of Black #160A04
RGB
CMYK
RGB Variations
Color information
#160A04 (or 0x160A04) is known color: Black. HEX triplet: 16, 0A and 04. RGB value is (22,10,4). Sum of RGB (Red+Green+Blue) = 22+10+4=36 (4% of max value = 765). Red value is 22 (8.98% from 255 or 61.11% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 22 - color contains mainly: red. Hex color #160A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160A04 is #E9F5FB. Grayscale: #0C0C0C. Windows color (decimal): -15332860 or 264726. OLE color: 264726.
HSL color Cylindrical-coordinate representation of color #160A04: hue angle of 20º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #160A04 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 10 | 4 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.91 |
| HSL | 20º | 0.69% | 0.05% | - |
| HSV(B) | 20º | 0.82% | 0.09% | - |
| XYZ | 0.46 | 0.4 | 0.17 | - |
| YUV | 12.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 4 | 0 | 0.55 | 0.82 | 0.91 | 20 | 0.69 | 0.05 |
| Hex | 16 | A | 4 | 0 | 37 | 52 | 5B | 14 | 45 | 5 |
| Octal | 26 | 12 | 4 | 0 | 67 | 122 | 133 | 24 | 105 | 5 |
| Binary | 10110 | 1010 | 100 | 0 | 110111 | 1010010 | 1011011 | 10100 | 1000101 | 101 |
Color Harmonies of #160A04
Complementary color
Monochromatic Colors of #160A04
Black with #160A04
Text Example
Text Example
White with #160A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160A04; }
p { color: rgb(22,10,4); }
H1.HeaderClassName
{
color: #160A04;
}
.AnyTagClassName
{
color: #160A04;
}
</style>
background-color css
<style>
a { background-color: #160A04; }
a { background-color: rgb(22,10,4); }
div.DivClassName
{
background-color: #160A04;
}
.BgClassName
{
background-color: #160A04;
}
</style>
border-color css
<style>
span { border-color: #160A04; }
span { border-color: rgb(22,10,4); }
td.TdClassName
{
border-color: #160A04;
}
.TagClassName
{
border-color: #160A04;
}
</style>