Shades of Melanzane #1D0B19
Tints of Melanzane #1D0B19
RGB
CMYK
RGB Variations
Color information
#1D0B19 (or 0x1D0B19) is known color: Melanzane. HEX triplet: 1D, 0B and 19. RGB value is (29,11,25). Sum of RGB (Red+Green+Blue) = 29+11+25=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B19 is #E2F4E6. Grayscale: #111111. Windows color (decimal): -14873831 or 1641245. OLE color: 1641245.
HSL color Cylindrical-coordinate representation of color #1D0B19: hue angle of 313.33º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D0B19 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 11 | 25 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.89 |
| HSL | 313.33º | 0.45% | 0.08% | - |
| HSV(B) | 313.33º | 0.62% | 0.11% | - |
| XYZ | 0.8 | 0.57 | 0.99 | - |
| YUV | 17.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 25 | 0 | 0.62 | 0.14 | 0.89 | 313.33 | 0.45 | 0.08 |
| Hex | 1D | B | 19 | 0 | 3E | E | 59 | 139 | 2D | 8 |
| Octal | 35 | 13 | 31 | 0 | 76 | 16 | 131 | 471 | 55 | 10 |
| Binary | 11101 | 1011 | 11001 | 0 | 111110 | 1110 | 1011001 | 100111001 | 101101 | 1000 |
Color Harmonies of #1D0B19
Complementary color
Monochromatic Colors of #1D0B19
Black with #1D0B19
Text Example
Text Example
White with #1D0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0B19; }
p { color: rgb(29,11,25); }
H1.HeaderClassName
{
color: #1D0B19;
}
.AnyTagClassName
{
color: #1D0B19;
}
</style>
background-color css
<style>
a { background-color: #1D0B19; }
a { background-color: rgb(29,11,25); }
div.DivClassName
{
background-color: #1D0B19;
}
.BgClassName
{
background-color: #1D0B19;
}
</style>
border-color css
<style>
span { border-color: #1D0B19; }
span { border-color: rgb(29,11,25); }
td.TdClassName
{
border-color: #1D0B19;
}
.TagClassName
{
border-color: #1D0B19;
}
</style>