Shades of Melanzane #190212
Tints of Melanzane #190212
RGB
CMYK
RGB Variations
Color information
#190212 (or 0x190212) is known color: Melanzane. HEX triplet: 19, 02 and 12. RGB value is (25,2,18). Sum of RGB (Red+Green+Blue) = 25+2+18=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #190212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190212 is #E6FDED. Grayscale: #0A0A0A. Windows color (decimal): -15138286 or 1180185. OLE color: 1180185.
HSL color Cylindrical-coordinate representation of color #190212: hue angle of 318.26º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190212 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 2 | 18 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.90 |
| HSL | 318.26º | 0.85% | 0.05% | - |
| HSV(B) | 318.26º | 0.92% | 0.1% | - |
| XYZ | 0.53 | 0.29 | 0.6 | - |
| YUV | 10.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 18 | 0 | 0.92 | 0.28 | 0.90 | 318.26 | 0.85 | 0.05 |
| Hex | 19 | 2 | 12 | 0 | 5C | 1C | 5A | 13E | 55 | 5 |
| Octal | 31 | 2 | 22 | 0 | 134 | 34 | 132 | 476 | 125 | 5 |
| Binary | 11001 | 10 | 10010 | 0 | 1011100 | 11100 | 1011010 | 100111110 | 1010101 | 101 |
Color Harmonies of #190212
Complementary color
Monochromatic Colors of #190212
Black with #190212
Text Example
Text Example
White with #190212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190212; }
p { color: rgb(25,2,18); }
H1.HeaderClassName
{
color: #190212;
}
.AnyTagClassName
{
color: #190212;
}
</style>
background-color css
<style>
a { background-color: #190212; }
a { background-color: rgb(25,2,18); }
div.DivClassName
{
background-color: #190212;
}
.BgClassName
{
background-color: #190212;
}
</style>
border-color css
<style>
span { border-color: #190212; }
span { border-color: rgb(25,2,18); }
td.TdClassName
{
border-color: #190212;
}
.TagClassName
{
border-color: #190212;
}
</style>