Shades of Melanzane #190D15
Tints of Melanzane #190D15
RGB
CMYK
RGB Variations
Color information
#190D15 (or 0x190D15) is known color: Melanzane. HEX triplet: 19, 0D and 15. RGB value is (25,13,21). Sum of RGB (Red+Green+Blue) = 25+13+21=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 25 - color contains mainly: red. Hex color #190D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D15 is #E6F2EA. Grayscale: #111111. Windows color (decimal): -15135467 or 1379609. OLE color: 1379609.
HSL color Cylindrical-coordinate representation of color #190D15: hue angle of 320º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #190D15 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 13 | 21 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.90 |
| HSL | 320º | 0.32% | 0.07% | - |
| HSV(B) | 320º | 0.48% | 0.1% | - |
| XYZ | 0.68 | 0.55 | 0.78 | - |
| YUV | 17.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 21 | 0 | 0.48 | 0.16 | 0.90 | 320 | 0.32 | 0.07 |
| Hex | 19 | D | 15 | 0 | 30 | 10 | 5A | 140 | 20 | 7 |
| Octal | 31 | 15 | 25 | 0 | 60 | 20 | 132 | 500 | 40 | 7 |
| Binary | 11001 | 1101 | 10101 | 0 | 110000 | 10000 | 1011010 | 101000000 | 100000 | 111 |
Color Harmonies of #190D15
Complementary color
Monochromatic Colors of #190D15
Black with #190D15
Text Example
Text Example
White with #190D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D15; }
p { color: rgb(25,13,21); }
H1.HeaderClassName
{
color: #190D15;
}
.AnyTagClassName
{
color: #190D15;
}
</style>
background-color css
<style>
a { background-color: #190D15; }
a { background-color: rgb(25,13,21); }
div.DivClassName
{
background-color: #190D15;
}
.BgClassName
{
background-color: #190D15;
}
</style>
border-color css
<style>
span { border-color: #190D15; }
span { border-color: rgb(25,13,21); }
td.TdClassName
{
border-color: #190D15;
}
.TagClassName
{
border-color: #190D15;
}
</style>