Shades of Melanzane #1D0E19
Tints of Melanzane #1D0E19
RGB
CMYK
RGB Variations
Color information
#1D0E19 (or 0x1D0E19) is known color: Melanzane. HEX triplet: 1D, 0E and 19. RGB value is (29,14,25). Sum of RGB (Red+Green+Blue) = 29+14+25=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E19 is #E2F1E6. Grayscale: #131313. Windows color (decimal): -14873063 or 1642013. OLE color: 1642013.
HSL color Cylindrical-coordinate representation of color #1D0E19: hue angle of 316º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D0E19 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 14 | 25 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.89 |
| HSL | 316º | 0.35% | 0.08% | - |
| HSV(B) | 316º | 0.52% | 0.11% | - |
| XYZ | 0.84 | 0.65 | 1 | - |
| YUV | 19.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 25 | 0 | 0.52 | 0.14 | 0.89 | 316 | 0.35 | 0.08 |
| Hex | 1D | E | 19 | 0 | 34 | E | 59 | 13C | 23 | 8 |
| Octal | 35 | 16 | 31 | 0 | 64 | 16 | 131 | 474 | 43 | 10 |
| Binary | 11101 | 1110 | 11001 | 0 | 110100 | 1110 | 1011001 | 100111100 | 100011 | 1000 |
Color Harmonies of #1D0E19
Complementary color
Monochromatic Colors of #1D0E19
Black with #1D0E19
Text Example
Text Example
White with #1D0E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0E19; }
p { color: rgb(29,14,25); }
H1.HeaderClassName
{
color: #1D0E19;
}
.AnyTagClassName
{
color: #1D0E19;
}
</style>
background-color css
<style>
a { background-color: #1D0E19; }
a { background-color: rgb(29,14,25); }
div.DivClassName
{
background-color: #1D0E19;
}
.BgClassName
{
background-color: #1D0E19;
}
</style>
border-color css
<style>
span { border-color: #1D0E19; }
span { border-color: rgb(29,14,25); }
td.TdClassName
{
border-color: #1D0E19;
}
.TagClassName
{
border-color: #1D0E19;
}
</style>