Shades of Black #160A03
Tints of Black #160A03
RGB
CMYK
RGB Variations
Color information
#160A03 (or 0x160A03) is known color: Black. HEX triplet: 16, 0A and 03. RGB value is (22,10,3). Sum of RGB (Red+Green+Blue) = 22+10+3=35 (4% of max value = 765). Red value is 22 (8.98% from 255 or 62.86% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 22 - color contains mainly: red. Hex color #160A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160A03 is #E9F5FC. Grayscale: #0C0C0C. Windows color (decimal): -15332861 or 199190. OLE color: 199190.
HSL color Cylindrical-coordinate representation of color #160A03: hue angle of 22.11º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #160A03 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 10 | 3 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.91 |
| HSL | 22.11º | 0.76% | 0.05% | - |
| HSV(B) | 22.11º | 0.86% | 0.09% | - |
| XYZ | 0.46 | 0.39 | 0.14 | - |
| YUV | 12.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 3 | 0 | 0.55 | 0.86 | 0.91 | 22.11 | 0.76 | 0.05 |
| Hex | 16 | A | 3 | 0 | 37 | 56 | 5B | 16 | 4C | 5 |
| Octal | 26 | 12 | 3 | 0 | 67 | 126 | 133 | 26 | 114 | 5 |
| Binary | 10110 | 1010 | 11 | 0 | 110111 | 1010110 | 1011011 | 10110 | 1001100 | 101 |
Color Harmonies of #160A03
Complementary color
Monochromatic Colors of #160A03
Black with #160A03
Text Example
Text Example
White with #160A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160A03; }
p { color: rgb(22,10,3); }
H1.HeaderClassName
{
color: #160A03;
}
.AnyTagClassName
{
color: #160A03;
}
</style>
background-color css
<style>
a { background-color: #160A03; }
a { background-color: rgb(22,10,3); }
div.DivClassName
{
background-color: #160A03;
}
.BgClassName
{
background-color: #160A03;
}
</style>
border-color css
<style>
span { border-color: #160A03; }
span { border-color: rgb(22,10,3); }
td.TdClassName
{
border-color: #160A03;
}
.TagClassName
{
border-color: #160A03;
}
</style>