Shades of Black #160D0B
Tints of Black #160D0B
RGB
CMYK
RGB Variations
Color information
#160D0B (or 0x160D0B) is known color: Black. HEX triplet: 16, 0D and 0B. RGB value is (22,13,11). Sum of RGB (Red+Green+Blue) = 22+13+11=46 (6% of max value = 765). Red value is 22 (8.98% from 255 or 47.83% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 22 - color contains mainly: red. Hex color #160D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160D0B is #E9F2F4. Grayscale: #0F0F0F. Windows color (decimal): -15332085 or 724246. OLE color: 724246.
HSL color Cylindrical-coordinate representation of color #160D0B: hue angle of 10.91º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #160D0B is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 13 | 11 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.91 |
| HSL | 10.91º | 0.33% | 0.06% | - |
| HSV(B) | 10.91º | 0.5% | 0.09% | - |
| XYZ | 0.54 | 0.48 | 0.38 | - |
| YUV | 15.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 11 | 0 | 0.41 | 0.5 | 0.91 | 10.91 | 0.33 | 0.06 |
| Hex | 16 | D | B | 0 | 29 | 32 | 5B | B | 21 | 6 |
| Octal | 26 | 15 | 13 | 0 | 51 | 62 | 133 | 13 | 41 | 6 |
| Binary | 10110 | 1101 | 1011 | 0 | 101001 | 110010 | 1011011 | 1011 | 100001 | 110 |
Color Harmonies of #160D0B
Complementary color
Monochromatic Colors of #160D0B
Black with #160D0B
Text Example
Text Example
White with #160D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D0B; }
p { color: rgb(22,13,11); }
H1.HeaderClassName
{
color: #160D0B;
}
.AnyTagClassName
{
color: #160D0B;
}
</style>
background-color css
<style>
a { background-color: #160D0B; }
a { background-color: rgb(22,13,11); }
div.DivClassName
{
background-color: #160D0B;
}
.BgClassName
{
background-color: #160D0B;
}
</style>
border-color css
<style>
span { border-color: #160D0B; }
span { border-color: rgb(22,13,11); }
td.TdClassName
{
border-color: #160D0B;
}
.TagClassName
{
border-color: #160D0B;
}
</style>