Shades of Melanzane #1D0D19
Tints of Melanzane #1D0D19
RGB
CMYK
RGB Variations
Color information
#1D0D19 (or 0x1D0D19) is known color: Melanzane. HEX triplet: 1D, 0D and 19. RGB value is (29,13,25). Sum of RGB (Red+Green+Blue) = 29+13+25=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0D19 is #E2F2E6. Grayscale: #131313. Windows color (decimal): -14873319 or 1641757. OLE color: 1641757.
HSL color Cylindrical-coordinate representation of color #1D0D19: hue angle of 315º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D0D19 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 13 | 25 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.89 |
| HSL | 315º | 0.38% | 0.08% | - |
| HSV(B) | 315º | 0.55% | 0.11% | - |
| XYZ | 0.83 | 0.62 | 1 | - |
| YUV | 19.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 25 | 0 | 0.55 | 0.14 | 0.89 | 315 | 0.38 | 0.08 |
| Hex | 1D | D | 19 | 0 | 37 | E | 59 | 13B | 26 | 8 |
| Octal | 35 | 15 | 31 | 0 | 67 | 16 | 131 | 473 | 46 | 10 |
| Binary | 11101 | 1101 | 11001 | 0 | 110111 | 1110 | 1011001 | 100111011 | 100110 | 1000 |
Color Harmonies of #1D0D19
Complementary color
Monochromatic Colors of #1D0D19
Black with #1D0D19
Text Example
Text Example
White with #1D0D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0D19; }
p { color: rgb(29,13,25); }
H1.HeaderClassName
{
color: #1D0D19;
}
.AnyTagClassName
{
color: #1D0D19;
}
</style>
background-color css
<style>
a { background-color: #1D0D19; }
a { background-color: rgb(29,13,25); }
div.DivClassName
{
background-color: #1D0D19;
}
.BgClassName
{
background-color: #1D0D19;
}
</style>
border-color css
<style>
span { border-color: #1D0D19; }
span { border-color: rgb(29,13,25); }
td.TdClassName
{
border-color: #1D0D19;
}
.TagClassName
{
border-color: #1D0D19;
}
</style>