Shades of Melanzane #1D0A17
Tints of Melanzane #1D0A17
RGB
CMYK
RGB Variations
Color information
#1D0A17 (or 0x1D0A17) is known color: Melanzane. HEX triplet: 1D, 0A and 17. RGB value is (29,10,23). Sum of RGB (Red+Green+Blue) = 29+10+23=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A17 is #E2F5E8. Grayscale: #111111. Windows color (decimal): -14874089 or 1509917. OLE color: 1509917.
HSL color Cylindrical-coordinate representation of color #1D0A17: hue angle of 318.95º 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 #1D0A17 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 10 | 23 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.89 |
| HSL | 318.95º | 0.49% | 0.08% | - |
| HSV(B) | 318.95º | 0.66% | 0.11% | - |
| XYZ | 0.77 | 0.54 | 0.87 | - |
| YUV | 17.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 23 | 0 | 0.66 | 0.21 | 0.89 | 318.95 | 0.49 | 0.08 |
| Hex | 1D | A | 17 | 0 | 42 | 15 | 59 | 13F | 31 | 8 |
| Octal | 35 | 12 | 27 | 0 | 102 | 25 | 131 | 477 | 61 | 10 |
| Binary | 11101 | 1010 | 10111 | 0 | 1000010 | 10101 | 1011001 | 100111111 | 110001 | 1000 |
Color Harmonies of #1D0A17
Complementary color
Monochromatic Colors of #1D0A17
Black with #1D0A17
Text Example
Text Example
White with #1D0A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0A17; }
p { color: rgb(29,10,23); }
H1.HeaderClassName
{
color: #1D0A17;
}
.AnyTagClassName
{
color: #1D0A17;
}
</style>
background-color css
<style>
a { background-color: #1D0A17; }
a { background-color: rgb(29,10,23); }
div.DivClassName
{
background-color: #1D0A17;
}
.BgClassName
{
background-color: #1D0A17;
}
</style>
border-color css
<style>
span { border-color: #1D0A17; }
span { border-color: rgb(29,10,23); }
td.TdClassName
{
border-color: #1D0A17;
}
.TagClassName
{
border-color: #1D0A17;
}
</style>