Shades of Melanzane #190E15
Tints of Melanzane #190E15
RGB
CMYK
RGB Variations
Color information
#190E15 (or 0x190E15) is known color: Melanzane. HEX triplet: 19, 0E and 15. RGB value is (25,14,21). Sum of RGB (Red+Green+Blue) = 25+14+21=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #190E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E15 is #E6F1EA. Grayscale: #121212. Windows color (decimal): -15135211 or 1379865. OLE color: 1379865.
HSL color Cylindrical-coordinate representation of color #190E15: hue angle of 321.82º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #190E15 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 14 | 21 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.90 |
| HSL | 321.82º | 0.28% | 0.08% | - |
| HSV(B) | 321.82º | 0.44% | 0.1% | - |
| XYZ | 0.69 | 0.57 | 0.78 | - |
| YUV | 18.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 21 | 0 | 0.44 | 0.16 | 0.90 | 321.82 | 0.28 | 0.08 |
| Hex | 19 | E | 15 | 0 | 2C | 10 | 5A | 142 | 1C | 8 |
| Octal | 31 | 16 | 25 | 0 | 54 | 20 | 132 | 502 | 34 | 10 |
| Binary | 11001 | 1110 | 10101 | 0 | 101100 | 10000 | 1011010 | 101000010 | 11100 | 1000 |
Color Harmonies of #190E15
Complementary color
Monochromatic Colors of #190E15
Black with #190E15
Text Example
Text Example
White with #190E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E15; }
p { color: rgb(25,14,21); }
H1.HeaderClassName
{
color: #190E15;
}
.AnyTagClassName
{
color: #190E15;
}
</style>
background-color css
<style>
a { background-color: #190E15; }
a { background-color: rgb(25,14,21); }
div.DivClassName
{
background-color: #190E15;
}
.BgClassName
{
background-color: #190E15;
}
</style>
border-color css
<style>
span { border-color: #190E15; }
span { border-color: rgb(25,14,21); }
td.TdClassName
{
border-color: #190E15;
}
.TagClassName
{
border-color: #190E15;
}
</style>