Shades of Black #160C0A
Tints of Black #160C0A
RGB
CMYK
RGB Variations
Color information
#160C0A (or 0x160C0A) is known color: Black. HEX triplet: 16, 0C and 0A. RGB value is (22,12,10). Sum of RGB (Red+Green+Blue) = 22+12+10=44 (5% of max value = 765). Red value is 22 (8.98% from 255 or 50% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 22 - color contains mainly: red. Hex color #160C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160C0A is #E9F3F5. Grayscale: #0E0E0E. Windows color (decimal): -15332342 or 658454. OLE color: 658454.
HSL color Cylindrical-coordinate representation of color #160C0A: hue angle of 10º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #160C0A is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 12 | 10 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.91 |
| HSL | 10º | 0.38% | 0.06% | - |
| HSV(B) | 10º | 0.55% | 0.09% | - |
| XYZ | 0.52 | 0.46 | 0.35 | - |
| YUV | 14.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 12 | 10 | 0 | 0.45 | 0.55 | 0.91 | 10 | 0.38 | 0.06 |
| Hex | 16 | C | A | 0 | 2D | 37 | 5B | A | 26 | 6 |
| Octal | 26 | 14 | 12 | 0 | 55 | 67 | 133 | 12 | 46 | 6 |
| Binary | 10110 | 1100 | 1010 | 0 | 101101 | 110111 | 1011011 | 1010 | 100110 | 110 |
Color Harmonies of #160C0A
Complementary color
Monochromatic Colors of #160C0A
Black with #160C0A
Text Example
Text Example
White with #160C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160C0A; }
p { color: rgb(22,12,10); }
H1.HeaderClassName
{
color: #160C0A;
}
.AnyTagClassName
{
color: #160C0A;
}
</style>
background-color css
<style>
a { background-color: #160C0A; }
a { background-color: rgb(22,12,10); }
div.DivClassName
{
background-color: #160C0A;
}
.BgClassName
{
background-color: #160C0A;
}
</style>
border-color css
<style>
span { border-color: #160C0A; }
span { border-color: rgb(22,12,10); }
td.TdClassName
{
border-color: #160C0A;
}
.TagClassName
{
border-color: #160C0A;
}
</style>