Shades of Black #160100
Tints of Black #160100
RGB
CMYK
RGB Variations
Color information
#160100 (or 0x160100) is known color: Black. HEX triplet: 16, 01 and 00. RGB value is (22,1,0). Sum of RGB (Red+Green+Blue) = 22+1+0=23 (3% of max value = 765). Red value is 22 (8.98% from 255 or 95.65% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 22 - color contains mainly: red. Hex color #160100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160100 is #E9FEFF. Grayscale: #070707. Windows color (decimal): -15335168 or 278. OLE color: 278.
HSL color Cylindrical-coordinate representation of color #160100: hue angle of 2.73º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160100 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 1 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.91 |
| HSL | 2.73º | 1% | 0.04% | - |
| HSV(B) | 2.73º | 1% | 0.09% | - |
| XYZ | 0.34 | 0.19 | 0.02 | - |
| YUV | 7.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 0 | 0 | 0.95 | 1 | 0.91 | 2.73 | 1 | 0.04 |
| Hex | 16 | 1 | 0 | 0 | 5F | 64 | 5B | 3 | 64 | 4 |
| Octal | 26 | 1 | 0 | 0 | 137 | 144 | 133 | 3 | 144 | 4 |
| Binary | 10110 | 1 | 0 | 0 | 1011111 | 1100100 | 1011011 | 11 | 1100100 | 100 |
Color Harmonies of #160100
Complementary color
Monochromatic Colors of #160100
Black with #160100
Text Example
Text Example
White with #160100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160100; }
p { color: rgb(22,1,0); }
H1.HeaderClassName
{
color: #160100;
}
.AnyTagClassName
{
color: #160100;
}
</style>
background-color css
<style>
a { background-color: #160100; }
a { background-color: rgb(22,1,0); }
div.DivClassName
{
background-color: #160100;
}
.BgClassName
{
background-color: #160100;
}
</style>
border-color css
<style>
span { border-color: #160100; }
span { border-color: rgb(22,1,0); }
td.TdClassName
{
border-color: #160100;
}
.TagClassName
{
border-color: #160100;
}
</style>