Shades of Black #160503
Tints of Black #160503
RGB
CMYK
RGB Variations
Color information
#160503 (or 0x160503) is known color: Black. HEX triplet: 16, 05 and 03. RGB value is (22,5,3). Sum of RGB (Red+Green+Blue) = 22+5+3=30 (3% of max value = 765). Red value is 22 (8.98% from 255 or 73.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 22 - color contains mainly: red. Hex color #160503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160503 is #E9FAFC. Grayscale: #090909. Windows color (decimal): -15334141 or 197910. OLE color: 197910.
HSL color Cylindrical-coordinate representation of color #160503: hue angle of 6.32º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #160503 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 5 | 3 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.91 |
| HSL | 6.32º | 0.76% | 0.05% | - |
| HSV(B) | 6.32º | 0.86% | 0.09% | - |
| XYZ | 0.4 | 0.29 | 0.12 | - |
| YUV | 9.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 3 | 0 | 0.77 | 0.86 | 0.91 | 6.32 | 0.76 | 0.05 |
| Hex | 16 | 5 | 3 | 0 | 4D | 56 | 5B | 6 | 4C | 5 |
| Octal | 26 | 5 | 3 | 0 | 115 | 126 | 133 | 6 | 114 | 5 |
| Binary | 10110 | 101 | 11 | 0 | 1001101 | 1010110 | 1011011 | 110 | 1001100 | 101 |
Color Harmonies of #160503
Complementary color
Monochromatic Colors of #160503
Black with #160503
Text Example
Text Example
White with #160503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160503; }
p { color: rgb(22,5,3); }
H1.HeaderClassName
{
color: #160503;
}
.AnyTagClassName
{
color: #160503;
}
</style>
background-color css
<style>
a { background-color: #160503; }
a { background-color: rgb(22,5,3); }
div.DivClassName
{
background-color: #160503;
}
.BgClassName
{
background-color: #160503;
}
</style>
border-color css
<style>
span { border-color: #160503; }
span { border-color: rgb(22,5,3); }
td.TdClassName
{
border-color: #160503;
}
.TagClassName
{
border-color: #160503;
}
</style>