Shades of Melanzane #190A13
Tints of Melanzane #190A13
RGB
CMYK
RGB Variations
Color information
#190A13 (or 0x190A13) is known color: Melanzane. HEX triplet: 19, 0A and 13. RGB value is (25,10,19). Sum of RGB (Red+Green+Blue) = 25+10+19=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #190A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A13 is #E6F5EC. Grayscale: #0F0F0F. Windows color (decimal): -15136237 or 1247769. OLE color: 1247769.
HSL color Cylindrical-coordinate representation of color #190A13: hue angle of 324º 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 #190A13 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 10 | 19 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.90 |
| HSL | 324º | 0.43% | 0.07% | - |
| HSV(B) | 324º | 0.6% | 0.1% | - |
| XYZ | 0.63 | 0.47 | 0.67 | - |
| YUV | 15.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 19 | 0 | 0.60 | 0.24 | 0.90 | 324 | 0.43 | 0.07 |
| Hex | 19 | A | 13 | 0 | 3C | 18 | 5A | 144 | 2B | 7 |
| Octal | 31 | 12 | 23 | 0 | 74 | 30 | 132 | 504 | 53 | 7 |
| Binary | 11001 | 1010 | 10011 | 0 | 111100 | 11000 | 1011010 | 101000100 | 101011 | 111 |
Color Harmonies of #190A13
Complementary color
Monochromatic Colors of #190A13
Black with #190A13
Text Example
Text Example
White with #190A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A13; }
p { color: rgb(25,10,19); }
H1.HeaderClassName
{
color: #190A13;
}
.AnyTagClassName
{
color: #190A13;
}
</style>
background-color css
<style>
a { background-color: #190A13; }
a { background-color: rgb(25,10,19); }
div.DivClassName
{
background-color: #190A13;
}
.BgClassName
{
background-color: #190A13;
}
</style>
border-color css
<style>
span { border-color: #190A13; }
span { border-color: rgb(25,10,19); }
td.TdClassName
{
border-color: #190A13;
}
.TagClassName
{
border-color: #190A13;
}
</style>