Shades of Melanzane #1D0516
Tints of Melanzane #1D0516
RGB
CMYK
RGB Variations
Color information
#1D0516 (or 0x1D0516) is known color: Melanzane. HEX triplet: 1D, 05 and 16. RGB value is (29,5,22). Sum of RGB (Red+Green+Blue) = 29+5+22=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0516 is #E2FAE9. Grayscale: #0E0E0E. Windows color (decimal): -14875370 or 1443101. OLE color: 1443101.
HSL color Cylindrical-coordinate representation of color #1D0516: hue angle of 317.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 #1D0516 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 5 | 22 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.89 |
| HSL | 317.5º | 0.71% | 0.07% | - |
| HSV(B) | 317.5º | 0.83% | 0.11% | - |
| XYZ | 0.71 | 0.43 | 0.8 | - |
| YUV | 14.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 22 | 0 | 0.83 | 0.24 | 0.89 | 317.5 | 0.71 | 0.07 |
| Hex | 1D | 5 | 16 | 0 | 53 | 18 | 59 | 13E | 47 | 7 |
| Octal | 35 | 5 | 26 | 0 | 123 | 30 | 131 | 476 | 107 | 7 |
| Binary | 11101 | 101 | 10110 | 0 | 1010011 | 11000 | 1011001 | 100111110 | 1000111 | 111 |
Color Harmonies of #1D0516
Complementary color
Monochromatic Colors of #1D0516
Black with #1D0516
Text Example
Text Example
White with #1D0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0516; }
p { color: rgb(29,5,22); }
H1.HeaderClassName
{
color: #1D0516;
}
.AnyTagClassName
{
color: #1D0516;
}
</style>
background-color css
<style>
a { background-color: #1D0516; }
a { background-color: rgb(29,5,22); }
div.DivClassName
{
background-color: #1D0516;
}
.BgClassName
{
background-color: #1D0516;
}
</style>
border-color css
<style>
span { border-color: #1D0516; }
span { border-color: rgb(29,5,22); }
td.TdClassName
{
border-color: #1D0516;
}
.TagClassName
{
border-color: #1D0516;
}
</style>