Shades of Melanzane #1D0518
Tints of Melanzane #1D0518
RGB
CMYK
RGB Variations
Color information
#1D0518 (or 0x1D0518) is known color: Melanzane. HEX triplet: 1D, 05 and 18. RGB value is (29,5,24). Sum of RGB (Red+Green+Blue) = 29+5+24=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0518 is #E2FAE7. Grayscale: #0E0E0E. Windows color (decimal): -14875368 or 1574173. OLE color: 1574173.
HSL color Cylindrical-coordinate representation of color #1D0518: hue angle of 312.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D0518 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 5 | 24 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.89 |
| HSL | 312.5º | 0.71% | 0.07% | - |
| HSV(B) | 312.5º | 0.83% | 0.11% | - |
| XYZ | 0.73 | 0.44 | 0.91 | - |
| YUV | 14.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 24 | 0 | 0.83 | 0.17 | 0.89 | 312.5 | 0.71 | 0.07 |
| Hex | 1D | 5 | 18 | 0 | 53 | 11 | 59 | 138 | 47 | 7 |
| Octal | 35 | 5 | 30 | 0 | 123 | 21 | 131 | 470 | 107 | 7 |
| Binary | 11101 | 101 | 11000 | 0 | 1010011 | 10001 | 1011001 | 100111000 | 1000111 | 111 |
Color Harmonies of #1D0518
Complementary color
Monochromatic Colors of #1D0518
Black with #1D0518
Text Example
Text Example
White with #1D0518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0518; }
p { color: rgb(29,5,24); }
H1.HeaderClassName
{
color: #1D0518;
}
.AnyTagClassName
{
color: #1D0518;
}
</style>
background-color css
<style>
a { background-color: #1D0518; }
a { background-color: rgb(29,5,24); }
div.DivClassName
{
background-color: #1D0518;
}
.BgClassName
{
background-color: #1D0518;
}
</style>
border-color css
<style>
span { border-color: #1D0518; }
span { border-color: rgb(29,5,24); }
td.TdClassName
{
border-color: #1D0518;
}
.TagClassName
{
border-color: #1D0518;
}
</style>