Shades of Melanzane #1D0317
Tints of Melanzane #1D0317
RGB
CMYK
RGB Variations
Color information
#1D0317 (or 0x1D0317) is known color: Melanzane. HEX triplet: 1D, 03 and 17. RGB value is (29,3,23). Sum of RGB (Red+Green+Blue) = 29+3+23=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0317 is #E2FCE8. Grayscale: #0C0C0C. Windows color (decimal): -14875881 or 1508125. OLE color: 1508125.
HSL color Cylindrical-coordinate representation of color #1D0317: hue angle of 313.85º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0317 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 3 | 23 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.89 |
| HSL | 313.85º | 0.81% | 0.06% | - |
| HSV(B) | 313.85º | 0.9% | 0.11% | - |
| XYZ | 0.69 | 0.39 | 0.85 | - |
| YUV | 13.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 23 | 0 | 0.90 | 0.21 | 0.89 | 313.85 | 0.81 | 0.06 |
| Hex | 1D | 3 | 17 | 0 | 5A | 15 | 59 | 13A | 51 | 6 |
| Octal | 35 | 3 | 27 | 0 | 132 | 25 | 131 | 472 | 121 | 6 |
| Binary | 11101 | 11 | 10111 | 0 | 1011010 | 10101 | 1011001 | 100111010 | 1010001 | 110 |
Color Harmonies of #1D0317
Complementary color
Monochromatic Colors of #1D0317
Black with #1D0317
Text Example
Text Example
White with #1D0317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0317; }
p { color: rgb(29,3,23); }
H1.HeaderClassName
{
color: #1D0317;
}
.AnyTagClassName
{
color: #1D0317;
}
</style>
background-color css
<style>
a { background-color: #1D0317; }
a { background-color: rgb(29,3,23); }
div.DivClassName
{
background-color: #1D0317;
}
.BgClassName
{
background-color: #1D0317;
}
</style>
border-color css
<style>
span { border-color: #1D0317; }
span { border-color: rgb(29,3,23); }
td.TdClassName
{
border-color: #1D0317;
}
.TagClassName
{
border-color: #1D0317;
}
</style>