Shades of Melanzane #190512
Tints of Melanzane #190512
RGB
CMYK
RGB Variations
Color information
#190512 (or 0x190512) is known color: Melanzane. HEX triplet: 19, 05 and 12. RGB value is (25,5,18). Sum of RGB (Red+Green+Blue) = 25+5+18=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190512 is #E6FAED. Grayscale: #0C0C0C. Windows color (decimal): -15137518 or 1180953. OLE color: 1180953.
HSL color Cylindrical-coordinate representation of color #190512: hue angle of 321º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #190512 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 5 | 18 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.90 |
| HSL | 321º | 0.67% | 0.06% | - |
| HSV(B) | 321º | 0.8% | 0.1% | - |
| XYZ | 0.56 | 0.36 | 0.61 | - |
| YUV | 12.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 18 | 0 | 0.80 | 0.28 | 0.90 | 321 | 0.67 | 0.06 |
| Hex | 19 | 5 | 12 | 0 | 50 | 1C | 5A | 141 | 43 | 6 |
| Octal | 31 | 5 | 22 | 0 | 120 | 34 | 132 | 501 | 103 | 6 |
| Binary | 11001 | 101 | 10010 | 0 | 1010000 | 11100 | 1011010 | 101000001 | 1000011 | 110 |
Color Harmonies of #190512
Complementary color
Monochromatic Colors of #190512
Black with #190512
Text Example
Text Example
White with #190512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190512; }
p { color: rgb(25,5,18); }
H1.HeaderClassName
{
color: #190512;
}
.AnyTagClassName
{
color: #190512;
}
</style>
background-color css
<style>
a { background-color: #190512; }
a { background-color: rgb(25,5,18); }
div.DivClassName
{
background-color: #190512;
}
.BgClassName
{
background-color: #190512;
}
</style>
border-color css
<style>
span { border-color: #190512; }
span { border-color: rgb(25,5,18); }
td.TdClassName
{
border-color: #190512;
}
.TagClassName
{
border-color: #190512;
}
</style>