Shades of Black #160400
Tints of Black #160400
RGB
CMYK
RGB Variations
Color information
#160400 (or 0x160400) is known color: Black. HEX triplet: 16, 04 and 00. RGB value is (22,4,0). Sum of RGB (Red+Green+Blue) = 22+4+0=26 (3% of max value = 765). Red value is 22 (8.98% from 255 or 84.62% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 22 - color contains mainly: red. Hex color #160400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160400 is #E9FBFF. Grayscale: #080808. Windows color (decimal): -15334400 or 1046. OLE color: 1046.
HSL color Cylindrical-coordinate representation of color #160400: hue angle of 10.91º 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 #160400 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 4 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.91 |
| HSL | 10.91º | 1% | 0.04% | - |
| HSV(B) | 10.91º | 1% | 0.09% | - |
| XYZ | 0.37 | 0.26 | 0.03 | - |
| YUV | 8.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 0 | 0 | 0.82 | 1 | 0.91 | 10.91 | 1 | 0.04 |
| Hex | 16 | 4 | 0 | 0 | 52 | 64 | 5B | B | 64 | 4 |
| Octal | 26 | 4 | 0 | 0 | 122 | 144 | 133 | 13 | 144 | 4 |
| Binary | 10110 | 100 | 0 | 0 | 1010010 | 1100100 | 1011011 | 1011 | 1100100 | 100 |
Color Harmonies of #160400
Complementary color
Monochromatic Colors of #160400
Black with #160400
Text Example
Text Example
White with #160400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160400; }
p { color: rgb(22,4,0); }
H1.HeaderClassName
{
color: #160400;
}
.AnyTagClassName
{
color: #160400;
}
</style>
background-color css
<style>
a { background-color: #160400; }
a { background-color: rgb(22,4,0); }
div.DivClassName
{
background-color: #160400;
}
.BgClassName
{
background-color: #160400;
}
</style>
border-color css
<style>
span { border-color: #160400; }
span { border-color: rgb(22,4,0); }
td.TdClassName
{
border-color: #160400;
}
.TagClassName
{
border-color: #160400;
}
</style>