Shades of Black #160300
Tints of Black #160300
RGB
CMYK
RGB Variations
Color information
#160300 (or 0x160300) is known color: Black. HEX triplet: 16, 03 and 00. RGB value is (22,3,0). Sum of RGB (Red+Green+Blue) = 22+3+0=25 (3% of max value = 765). Red value is 22 (8.98% from 255 or 88% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 22 - color contains mainly: red. Hex color #160300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160300 is #E9FCFF. Grayscale: #080808. Windows color (decimal): -15334656 or 790. OLE color: 790.
HSL color Cylindrical-coordinate representation of color #160300: hue angle of 8.18º 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 #160300 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 3 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.91 |
| HSL | 8.18º | 1% | 0.04% | - |
| HSV(B) | 8.18º | 1% | 0.09% | - |
| XYZ | 0.36 | 0.24 | 0.03 | - |
| YUV | 8.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 0 | 0 | 0.86 | 1 | 0.91 | 8.18 | 1 | 0.04 |
| Hex | 16 | 3 | 0 | 0 | 56 | 64 | 5B | 8 | 64 | 4 |
| Octal | 26 | 3 | 0 | 0 | 126 | 144 | 133 | 10 | 144 | 4 |
| Binary | 10110 | 11 | 0 | 0 | 1010110 | 1100100 | 1011011 | 1000 | 1100100 | 100 |
Color Harmonies of #160300
Complementary color
Monochromatic Colors of #160300
Black with #160300
Text Example
Text Example
White with #160300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160300; }
p { color: rgb(22,3,0); }
H1.HeaderClassName
{
color: #160300;
}
.AnyTagClassName
{
color: #160300;
}
</style>
background-color css
<style>
a { background-color: #160300; }
a { background-color: rgb(22,3,0); }
div.DivClassName
{
background-color: #160300;
}
.BgClassName
{
background-color: #160300;
}
</style>
border-color css
<style>
span { border-color: #160300; }
span { border-color: rgb(22,3,0); }
td.TdClassName
{
border-color: #160300;
}
.TagClassName
{
border-color: #160300;
}
</style>