Shades of Melanzane #1D1519
Tints of Melanzane #1D1519
RGB
CMYK
RGB Variations
Color information
#1D1519 (or 0x1D1519) is known color: Melanzane. HEX triplet: 1D, 15 and 19. RGB value is (29,21,25). Sum of RGB (Red+Green+Blue) = 29+21+25=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1519 is #E2EAE6. Grayscale: #171717. Windows color (decimal): -14871271 or 1643805. OLE color: 1643805.
HSL color Cylindrical-coordinate representation of color #1D1519: hue angle of 330º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D1519 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 21 | 25 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.89 |
| HSL | 330º | 0.16% | 0.1% | - |
| HSV(B) | 330º | 0.28% | 0.11% | - |
| XYZ | 0.95 | 0.87 | 1.04 | - |
| YUV | 23.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 25 | 0 | 0.28 | 0.14 | 0.89 | 330 | 0.16 | 0.1 |
| Hex | 1D | 15 | 19 | 0 | 1C | E | 59 | 14A | 10 | A |
| Octal | 35 | 25 | 31 | 0 | 34 | 16 | 131 | 512 | 20 | 12 |
| Binary | 11101 | 10101 | 11001 | 0 | 11100 | 1110 | 1011001 | 101001010 | 10000 | 1010 |
Color Harmonies of #1D1519
Complementary color
Monochromatic Colors of #1D1519
Black with #1D1519
Text Example
Text Example
White with #1D1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1519; }
p { color: rgb(29,21,25); }
H1.HeaderClassName
{
color: #1D1519;
}
.AnyTagClassName
{
color: #1D1519;
}
</style>
background-color css
<style>
a { background-color: #1D1519; }
a { background-color: rgb(29,21,25); }
div.DivClassName
{
background-color: #1D1519;
}
.BgClassName
{
background-color: #1D1519;
}
</style>
border-color css
<style>
span { border-color: #1D1519; }
span { border-color: rgb(29,21,25); }
td.TdClassName
{
border-color: #1D1519;
}
.TagClassName
{
border-color: #1D1519;
}
</style>