Shades of Melanzane #160010
Tints of Melanzane #160010
RGB
CMYK
RGB Variations
Color information
#160010 (or 0x160010) is known color: Melanzane. HEX triplet: 16, 00 and 10. RGB value is (22,0,16). Sum of RGB (Red+Green+Blue) = 22+0+16=38 (5% of max value = 765). Red value is 22 (8.98% from 255 or 57.89% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 22 - color contains mainly: red. Hex color #160010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160010 is #E9FFEF. Grayscale: #080808. Windows color (decimal): -15335408 or 1048598. OLE color: 1048598.
HSL color Cylindrical-coordinate representation of color #160010: hue angle of 316.36º 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 #160010 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.27 | 0.91 |
| HSL | 316.36º | 1% | 0.04% | - |
| HSV(B) | 316.36º | 1% | 0.09% | - |
| XYZ | 0.42 | 0.21 | 0.51 | - |
| YUV | 8.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 16 | 0 | 1 | 0.27 | 0.91 | 316.36 | 1 | 0.04 |
| Hex | 16 | 0 | 10 | 0 | 64 | 1B | 5B | 13C | 64 | 4 |
| Octal | 26 | 0 | 20 | 0 | 144 | 33 | 133 | 474 | 144 | 4 |
| Binary | 10110 | 0 | 10000 | 0 | 1100100 | 11011 | 1011011 | 100111100 | 1100100 | 100 |
Color Harmonies of #160010
Complementary color
Monochromatic Colors of #160010
Black with #160010
Text Example
Text Example
White with #160010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160010; }
p { color: rgb(22,0,16); }
H1.HeaderClassName
{
color: #160010;
}
.AnyTagClassName
{
color: #160010;
}
</style>
background-color css
<style>
a { background-color: #160010; }
a { background-color: rgb(22,0,16); }
div.DivClassName
{
background-color: #160010;
}
.BgClassName
{
background-color: #160010;
}
</style>
border-color css
<style>
span { border-color: #160010; }
span { border-color: rgb(22,0,16); }
td.TdClassName
{
border-color: #160010;
}
.TagClassName
{
border-color: #160010;
}
</style>