Shades of Melanzane #1D0917
Tints of Melanzane #1D0917
RGB
CMYK
RGB Variations
Color information
#1D0917 (or 0x1D0917) is known color: Melanzane. HEX triplet: 1D, 09 and 17. RGB value is (29,9,23). Sum of RGB (Red+Green+Blue) = 29+9+23=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0917 is #E2F6E8. Grayscale: #101010. Windows color (decimal): -14874345 or 1509661. OLE color: 1509661.
HSL color Cylindrical-coordinate representation of color #1D0917: hue angle of 318º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D0917 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 9 | 23 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.89 |
| HSL | 318º | 0.53% | 0.07% | - |
| HSV(B) | 318º | 0.69% | 0.11% | - |
| XYZ | 0.76 | 0.52 | 0.87 | - |
| YUV | 16.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 23 | 0 | 0.69 | 0.21 | 0.89 | 318 | 0.53 | 0.07 |
| Hex | 1D | 9 | 17 | 0 | 45 | 15 | 59 | 13E | 35 | 7 |
| Octal | 35 | 11 | 27 | 0 | 105 | 25 | 131 | 476 | 65 | 7 |
| Binary | 11101 | 1001 | 10111 | 0 | 1000101 | 10101 | 1011001 | 100111110 | 110101 | 111 |
Color Harmonies of #1D0917
Complementary color
Monochromatic Colors of #1D0917
Black with #1D0917
Text Example
Text Example
White with #1D0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0917; }
p { color: rgb(29,9,23); }
H1.HeaderClassName
{
color: #1D0917;
}
.AnyTagClassName
{
color: #1D0917;
}
</style>
background-color css
<style>
a { background-color: #1D0917; }
a { background-color: rgb(29,9,23); }
div.DivClassName
{
background-color: #1D0917;
}
.BgClassName
{
background-color: #1D0917;
}
</style>
border-color css
<style>
span { border-color: #1D0917; }
span { border-color: rgb(29,9,23); }
td.TdClassName
{
border-color: #1D0917;
}
.TagClassName
{
border-color: #1D0917;
}
</style>