Shades of Melanzane #191216
Tints of Melanzane #191216
RGB
CMYK
RGB Variations
Color information
#191216 (or 0x191216) is known color: Melanzane. HEX triplet: 19, 12 and 16. RGB value is (25,18,22). Sum of RGB (Red+Green+Blue) = 25+18+22=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 25 - color contains mainly: red. Hex color #191216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191216 is #E6EDE9. Grayscale: #141414. Windows color (decimal): -15134186 or 1446425. OLE color: 1446425.
HSL color Cylindrical-coordinate representation of color #191216: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #191216 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 18 | 22 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.90 |
| HSL | 325.71º | 0.16% | 0.08% | - |
| HSV(B) | 325.71º | 0.28% | 0.1% | - |
| XYZ | 0.76 | 0.7 | 0.85 | - |
| YUV | 20.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 22 | 0 | 0.28 | 0.12 | 0.90 | 325.71 | 0.16 | 0.08 |
| Hex | 19 | 12 | 16 | 0 | 1C | C | 5A | 146 | 10 | 8 |
| Octal | 31 | 22 | 26 | 0 | 34 | 14 | 132 | 506 | 20 | 10 |
| Binary | 11001 | 10010 | 10110 | 0 | 11100 | 1100 | 1011010 | 101000110 | 10000 | 1000 |
Color Harmonies of #191216
Complementary color
Monochromatic Colors of #191216
Black with #191216
Text Example
Text Example
White with #191216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191216; }
p { color: rgb(25,18,22); }
H1.HeaderClassName
{
color: #191216;
}
.AnyTagClassName
{
color: #191216;
}
</style>
background-color css
<style>
a { background-color: #191216; }
a { background-color: rgb(25,18,22); }
div.DivClassName
{
background-color: #191216;
}
.BgClassName
{
background-color: #191216;
}
</style>
border-color css
<style>
span { border-color: #191216; }
span { border-color: rgb(25,18,22); }
td.TdClassName
{
border-color: #191216;
}
.TagClassName
{
border-color: #191216;
}
</style>