Shades of Melanzane #190A15
Tints of Melanzane #190A15
RGB
CMYK
RGB Variations
Color information
#190A15 (or 0x190A15) is known color: Melanzane. HEX triplet: 19, 0A and 15. RGB value is (25,10,21). Sum of RGB (Red+Green+Blue) = 25+10+21=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 25 - color contains mainly: red. Hex color #190A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A15 is #E6F5EA. Grayscale: #0F0F0F. Windows color (decimal): -15136235 or 1378841. OLE color: 1378841.
HSL color Cylindrical-coordinate representation of color #190A15: hue angle of 316º 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 #190A15 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 10 | 21 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.90 |
| HSL | 316º | 0.43% | 0.07% | - |
| HSV(B) | 316º | 0.6% | 0.1% | - |
| XYZ | 0.64 | 0.48 | 0.77 | - |
| YUV | 15.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 21 | 0 | 0.60 | 0.16 | 0.90 | 316 | 0.43 | 0.07 |
| Hex | 19 | A | 15 | 0 | 3C | 10 | 5A | 13C | 2B | 7 |
| Octal | 31 | 12 | 25 | 0 | 74 | 20 | 132 | 474 | 53 | 7 |
| Binary | 11001 | 1010 | 10101 | 0 | 111100 | 10000 | 1011010 | 100111100 | 101011 | 111 |
Color Harmonies of #190A15
Complementary color
Monochromatic Colors of #190A15
Black with #190A15
Text Example
Text Example
White with #190A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A15; }
p { color: rgb(25,10,21); }
H1.HeaderClassName
{
color: #190A15;
}
.AnyTagClassName
{
color: #190A15;
}
</style>
background-color css
<style>
a { background-color: #190A15; }
a { background-color: rgb(25,10,21); }
div.DivClassName
{
background-color: #190A15;
}
.BgClassName
{
background-color: #190A15;
}
</style>
border-color css
<style>
span { border-color: #190A15; }
span { border-color: rgb(25,10,21); }
td.TdClassName
{
border-color: #190A15;
}
.TagClassName
{
border-color: #190A15;
}
</style>