Shades of Melanzane #190A16
Tints of Melanzane #190A16
RGB
CMYK
RGB Variations
Color information
#190A16 (or 0x190A16) is known color: Melanzane. HEX triplet: 19, 0A and 16. RGB value is (25,10,22). Sum of RGB (Red+Green+Blue) = 25+10+22=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 25 - color contains mainly: red. Hex color #190A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A16 is #E6F5E9. Grayscale: #0F0F0F. Windows color (decimal): -15136234 or 1444377. OLE color: 1444377.
HSL color Cylindrical-coordinate representation of color #190A16: hue angle of 312º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #190A16 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 10 | 22 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.90 |
| HSL | 312º | 0.43% | 0.07% | - |
| HSV(B) | 312º | 0.6% | 0.1% | - |
| XYZ | 0.65 | 0.48 | 0.82 | - |
| YUV | 15.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 22 | 0 | 0.60 | 0.12 | 0.90 | 312 | 0.43 | 0.07 |
| Hex | 19 | A | 16 | 0 | 3C | C | 5A | 138 | 2B | 7 |
| Octal | 31 | 12 | 26 | 0 | 74 | 14 | 132 | 470 | 53 | 7 |
| Binary | 11001 | 1010 | 10110 | 0 | 111100 | 1100 | 1011010 | 100111000 | 101011 | 111 |
Color Harmonies of #190A16
Complementary color
Monochromatic Colors of #190A16
Black with #190A16
Text Example
Text Example
White with #190A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A16; }
p { color: rgb(25,10,22); }
H1.HeaderClassName
{
color: #190A16;
}
.AnyTagClassName
{
color: #190A16;
}
</style>
background-color css
<style>
a { background-color: #190A16; }
a { background-color: rgb(25,10,22); }
div.DivClassName
{
background-color: #190A16;
}
.BgClassName
{
background-color: #190A16;
}
</style>
border-color css
<style>
span { border-color: #190A16; }
span { border-color: rgb(25,10,22); }
td.TdClassName
{
border-color: #190A16;
}
.TagClassName
{
border-color: #190A16;
}
</style>