Shades of Melanzane #1D171C
Tints of Melanzane #1D171C
RGB
CMYK
RGB Variations
Color information
#1D171C (or 0x1D171C) is known color: Melanzane. HEX triplet: 1D, 17 and 1C. RGB value is (29,23,28). Sum of RGB (Red+Green+Blue) = 29+23+28=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 29 - color contains mainly: red. Hex color #1D171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D171C is #E2E8E3. Grayscale: #191919. Windows color (decimal): -14870756 or 1840925. OLE color: 1840925.
HSL color Cylindrical-coordinate representation of color #1D171C: hue angle of 310º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1D171C is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 23 | 28 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.89 |
| HSL | 310º | 0.12% | 0.1% | - |
| HSV(B) | 310º | 0.21% | 0.11% | - |
| XYZ | 1.02 | 0.96 | 1.23 | - |
| YUV | 25.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 28 | 0 | 0.21 | 0.03 | 0.89 | 310 | 0.12 | 0.1 |
| Hex | 1D | 17 | 1C | 0 | 15 | 3 | 59 | 136 | C | A |
| Octal | 35 | 27 | 34 | 0 | 25 | 3 | 131 | 466 | 14 | 12 |
| Binary | 11101 | 10111 | 11100 | 0 | 10101 | 11 | 1011001 | 100110110 | 1100 | 1010 |
Color Harmonies of #1D171C
Complementary color
Monochromatic Colors of #1D171C
Black with #1D171C
Text Example
Text Example
White with #1D171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D171C; }
p { color: rgb(29,23,28); }
H1.HeaderClassName
{
color: #1D171C;
}
.AnyTagClassName
{
color: #1D171C;
}
</style>
background-color css
<style>
a { background-color: #1D171C; }
a { background-color: rgb(29,23,28); }
div.DivClassName
{
background-color: #1D171C;
}
.BgClassName
{
background-color: #1D171C;
}
</style>
border-color css
<style>
span { border-color: #1D171C; }
span { border-color: rgb(29,23,28); }
td.TdClassName
{
border-color: #1D171C;
}
.TagClassName
{
border-color: #1D171C;
}
</style>