Shades of Black #160D07
Tints of Black #160D07
RGB
CMYK
RGB Variations
Color information
#160D07 (or 0x160D07) is known color: Black. HEX triplet: 16, 0D and 07. RGB value is (22,13,7). Sum of RGB (Red+Green+Blue) = 22+13+7=42 (5% of max value = 765). Red value is 22 (8.98% from 255 or 52.38% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 22 - color contains mainly: red. Hex color #160D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160D07 is #E9F2F8. Grayscale: #0F0F0F. Windows color (decimal): -15332089 or 462102. OLE color: 462102.
HSL color Cylindrical-coordinate representation of color #160D07: hue angle of 24º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #160D07 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 13 | 7 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.91 |
| HSL | 24º | 0.52% | 0.06% | - |
| HSV(B) | 24º | 0.68% | 0.09% | - |
| XYZ | 0.51 | 0.47 | 0.27 | - |
| YUV | 15.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 7 | 0 | 0.41 | 0.68 | 0.91 | 24 | 0.52 | 0.06 |
| Hex | 16 | D | 7 | 0 | 29 | 44 | 5B | 18 | 34 | 6 |
| Octal | 26 | 15 | 7 | 0 | 51 | 104 | 133 | 30 | 64 | 6 |
| Binary | 10110 | 1101 | 111 | 0 | 101001 | 1000100 | 1011011 | 11000 | 110100 | 110 |
Color Harmonies of #160D07
Complementary color
Monochromatic Colors of #160D07
Black with #160D07
Text Example
Text Example
White with #160D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D07; }
p { color: rgb(22,13,7); }
H1.HeaderClassName
{
color: #160D07;
}
.AnyTagClassName
{
color: #160D07;
}
</style>
background-color css
<style>
a { background-color: #160D07; }
a { background-color: rgb(22,13,7); }
div.DivClassName
{
background-color: #160D07;
}
.BgClassName
{
background-color: #160D07;
}
</style>
border-color css
<style>
span { border-color: #160D07; }
span { border-color: rgb(22,13,7); }
td.TdClassName
{
border-color: #160D07;
}
.TagClassName
{
border-color: #160D07;
}
</style>