Shades of Melanzane #1D0A19
Tints of Melanzane #1D0A19
RGB
CMYK
RGB Variations
Color information
#1D0A19 (or 0x1D0A19) is known color: Melanzane. HEX triplet: 1D, 0A and 19. RGB value is (29,10,25). Sum of RGB (Red+Green+Blue) = 29+10+25=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A19 is #E2F5E6. Grayscale: #111111. Windows color (decimal): -14874087 or 1640989. OLE color: 1640989.
HSL color Cylindrical-coordinate representation of color #1D0A19: hue angle of 312.63º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D0A19 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 10 | 25 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.89 |
| HSL | 312.63º | 0.49% | 0.08% | - |
| HSV(B) | 312.63º | 0.66% | 0.11% | - |
| XYZ | 0.79 | 0.55 | 0.98 | - |
| YUV | 17.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 25 | 0 | 0.66 | 0.14 | 0.89 | 312.63 | 0.49 | 0.08 |
| Hex | 1D | A | 19 | 0 | 42 | E | 59 | 139 | 31 | 8 |
| Octal | 35 | 12 | 31 | 0 | 102 | 16 | 131 | 471 | 61 | 10 |
| Binary | 11101 | 1010 | 11001 | 0 | 1000010 | 1110 | 1011001 | 100111001 | 110001 | 1000 |
Color Harmonies of #1D0A19
Complementary color
Monochromatic Colors of #1D0A19
Black with #1D0A19
Text Example
Text Example
White with #1D0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0A19; }
p { color: rgb(29,10,25); }
H1.HeaderClassName
{
color: #1D0A19;
}
.AnyTagClassName
{
color: #1D0A19;
}
</style>
background-color css
<style>
a { background-color: #1D0A19; }
a { background-color: rgb(29,10,25); }
div.DivClassName
{
background-color: #1D0A19;
}
.BgClassName
{
background-color: #1D0A19;
}
</style>
border-color css
<style>
span { border-color: #1D0A19; }
span { border-color: rgb(29,10,25); }
td.TdClassName
{
border-color: #1D0A19;
}
.TagClassName
{
border-color: #1D0A19;
}
</style>