Shades of Melanzane #190412
Tints of Melanzane #190412
RGB
CMYK
RGB Variations
Color information
#190412 (or 0x190412) is known color: Melanzane. HEX triplet: 19, 04 and 12. RGB value is (25,4,18). Sum of RGB (Red+Green+Blue) = 25+4+18=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #190412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190412 is #E6FBED. Grayscale: #0B0B0B. Windows color (decimal): -15137774 or 1180697. OLE color: 1180697.
HSL color Cylindrical-coordinate representation of color #190412: hue angle of 320º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190412 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 4 | 18 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.90 |
| HSL | 320º | 0.72% | 0.06% | - |
| HSV(B) | 320º | 0.84% | 0.1% | - |
| XYZ | 0.55 | 0.34 | 0.61 | - |
| YUV | 11.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 18 | 0 | 0.84 | 0.28 | 0.90 | 320 | 0.72 | 0.06 |
| Hex | 19 | 4 | 12 | 0 | 54 | 1C | 5A | 140 | 48 | 6 |
| Octal | 31 | 4 | 22 | 0 | 124 | 34 | 132 | 500 | 110 | 6 |
| Binary | 11001 | 100 | 10010 | 0 | 1010100 | 11100 | 1011010 | 101000000 | 1001000 | 110 |
Color Harmonies of #190412
Complementary color
Monochromatic Colors of #190412
Black with #190412
Text Example
Text Example
White with #190412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190412; }
p { color: rgb(25,4,18); }
H1.HeaderClassName
{
color: #190412;
}
.AnyTagClassName
{
color: #190412;
}
</style>
background-color css
<style>
a { background-color: #190412; }
a { background-color: rgb(25,4,18); }
div.DivClassName
{
background-color: #190412;
}
.BgClassName
{
background-color: #190412;
}
</style>
border-color css
<style>
span { border-color: #190412; }
span { border-color: rgb(25,4,18); }
td.TdClassName
{
border-color: #190412;
}
.TagClassName
{
border-color: #190412;
}
</style>