Shades of Melanzane #1D0D18
Tints of Melanzane #1D0D18
RGB
CMYK
RGB Variations
Color information
#1D0D18 (or 0x1D0D18) is known color: Melanzane. HEX triplet: 1D, 0D and 18. RGB value is (29,13,24). Sum of RGB (Red+Green+Blue) = 29+13+24=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0D18 is #E2F2E7. Grayscale: #131313. Windows color (decimal): -14873320 or 1576221. OLE color: 1576221.
HSL color Cylindrical-coordinate representation of color #1D0D18: hue angle of 318.75º 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 #1D0D18 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 13 | 24 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.89 |
| HSL | 318.75º | 0.38% | 0.08% | - |
| HSV(B) | 318.75º | 0.55% | 0.11% | - |
| XYZ | 0.82 | 0.62 | 0.94 | - |
| YUV | 19.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 24 | 0 | 0.55 | 0.17 | 0.89 | 318.75 | 0.38 | 0.08 |
| Hex | 1D | D | 18 | 0 | 37 | 11 | 59 | 13F | 26 | 8 |
| Octal | 35 | 15 | 30 | 0 | 67 | 21 | 131 | 477 | 46 | 10 |
| Binary | 11101 | 1101 | 11000 | 0 | 110111 | 10001 | 1011001 | 100111111 | 100110 | 1000 |
Color Harmonies of #1D0D18
Complementary color
Monochromatic Colors of #1D0D18
Black with #1D0D18
Text Example
Text Example
White with #1D0D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0D18; }
p { color: rgb(29,13,24); }
H1.HeaderClassName
{
color: #1D0D18;
}
.AnyTagClassName
{
color: #1D0D18;
}
</style>
background-color css
<style>
a { background-color: #1D0D18; }
a { background-color: rgb(29,13,24); }
div.DivClassName
{
background-color: #1D0D18;
}
.BgClassName
{
background-color: #1D0D18;
}
</style>
border-color css
<style>
span { border-color: #1D0D18; }
span { border-color: rgb(29,13,24); }
td.TdClassName
{
border-color: #1D0D18;
}
.TagClassName
{
border-color: #1D0D18;
}
</style>