Shades of Black #160B01
Tints of Black #160B01
RGB
CMYK
RGB Variations
Color information
#160B01 (or 0x160B01) is known color: Black. HEX triplet: 16, 0B and 01. RGB value is (22,11,1). Sum of RGB (Red+Green+Blue) = 22+11+1=34 (4% of max value = 765). Red value is 22 (8.98% from 255 or 64.71% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 22 - color contains mainly: red. Hex color #160B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160B01 is #E9F4FE. Grayscale: #0D0D0D. Windows color (decimal): -15332607 or 68374. OLE color: 68374.
HSL color Cylindrical-coordinate representation of color #160B01: hue angle of 28.57º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160B01 is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 11 | 1 | - |
| CMYK | 0 | 0.5 | 0.95 | 0.91 |
| HSL | 28.57º | 0.91% | 0.05% | - |
| HSV(B) | 28.57º | 0.95% | 0.09% | - |
| XYZ | 0.46 | 0.41 | 0.08 | - |
| YUV | 13.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 1 | 0 | 0.5 | 0.95 | 0.91 | 28.57 | 0.91 | 0.05 |
| Hex | 16 | B | 1 | 0 | 32 | 5F | 5B | 1D | 5B | 5 |
| Octal | 26 | 13 | 1 | 0 | 62 | 137 | 133 | 35 | 133 | 5 |
| Binary | 10110 | 1011 | 1 | 0 | 110010 | 1011111 | 1011011 | 11101 | 1011011 | 101 |
Color Harmonies of #160B01
Complementary color
Monochromatic Colors of #160B01
Black with #160B01
Text Example
Text Example
White with #160B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160B01; }
p { color: rgb(22,11,1); }
H1.HeaderClassName
{
color: #160B01;
}
.AnyTagClassName
{
color: #160B01;
}
</style>
background-color css
<style>
a { background-color: #160B01; }
a { background-color: rgb(22,11,1); }
div.DivClassName
{
background-color: #160B01;
}
.BgClassName
{
background-color: #160B01;
}
</style>
border-color css
<style>
span { border-color: #160B01; }
span { border-color: rgb(22,11,1); }
td.TdClassName
{
border-color: #160B01;
}
.TagClassName
{
border-color: #160B01;
}
</style>