Shades of Black #160D0C
Tints of Black #160D0C
RGB
CMYK
RGB Variations
Color information
#160D0C (or 0x160D0C) is known color: Black. HEX triplet: 16, 0D and 0C. RGB value is (22,13,12). Sum of RGB (Red+Green+Blue) = 22+13+12=47 (6% of max value = 765). Red value is 22 (8.98% from 255 or 46.81% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 22 - color contains mainly: red. Hex color #160D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160D0C is #E9F2F3. Grayscale: #0F0F0F. Windows color (decimal): -15332084 or 789782. OLE color: 789782.
HSL color Cylindrical-coordinate representation of color #160D0C: hue angle of 6º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #160D0C is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 13 | 12 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.91 |
| HSL | 6º | 0.29% | 0.07% | - |
| HSV(B) | 6º | 0.45% | 0.09% | - |
| XYZ | 0.54 | 0.48 | 0.41 | - |
| YUV | 15.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 12 | 0 | 0.41 | 0.45 | 0.91 | 6 | 0.29 | 0.07 |
| Hex | 16 | D | C | 0 | 29 | 2D | 5B | 6 | 1D | 7 |
| Octal | 26 | 15 | 14 | 0 | 51 | 55 | 133 | 6 | 35 | 7 |
| Binary | 10110 | 1101 | 1100 | 0 | 101001 | 101101 | 1011011 | 110 | 11101 | 111 |
Color Harmonies of #160D0C
Complementary color
Monochromatic Colors of #160D0C
Black with #160D0C
Text Example
Text Example
White with #160D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D0C; }
p { color: rgb(22,13,12); }
H1.HeaderClassName
{
color: #160D0C;
}
.AnyTagClassName
{
color: #160D0C;
}
</style>
background-color css
<style>
a { background-color: #160D0C; }
a { background-color: rgb(22,13,12); }
div.DivClassName
{
background-color: #160D0C;
}
.BgClassName
{
background-color: #160D0C;
}
</style>
border-color css
<style>
span { border-color: #160D0C; }
span { border-color: rgb(22,13,12); }
td.TdClassName
{
border-color: #160D0C;
}
.TagClassName
{
border-color: #160D0C;
}
</style>