Shades of Melanzane #20171D
Tints of Melanzane #20171D
RGB
CMYK
RGB Variations
Color information
#20171D (or 0x20171D) is known color: Melanzane. HEX triplet: 20, 17 and 1D. RGB value is (32,23,29). Sum of RGB (Red+Green+Blue) = 32+23+29=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 32 - color contains mainly: red. Hex color #20171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20171D is #DFE8E2. Grayscale: #1A1A1A. Windows color (decimal): -14674147 or 1906464. OLE color: 1906464.
HSL color Cylindrical-coordinate representation of color #20171D: hue angle of 320º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #20171D is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 23 | 29 | - |
CMYK | 0 | 0.28 | 0.09 | 0.87 |
HSL | 320º | 0.16% | 0.11% | - |
HSV(B) | 320º | 0.28% | 0.13% | - |
XYZ | 1.12 | 1.01 | 1.3 | - |
YUV | 26.38 | 129.48 | 132.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 23 | 29 | 0 | 0.28 | 0.09 | 0.87 | 320 | 0.16 | 0.11 |
Hex | 20 | 17 | 1D | 0 | 1C | 9 | 57 | 140 | 10 | B |
Octal | 40 | 27 | 35 | 0 | 34 | 11 | 127 | 500 | 20 | 13 |
Binary | 100000 | 10111 | 11101 | 0 | 11100 | 1001 | 1010111 | 101000000 | 10000 | 1011 |
Color Harmonies of #20171D
Complementary color
Monochromatic Colors of #20171D
Black with #20171D
Text Example
Text Example
White with #20171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20171D; }
p { color: rgb(32,23,29); }
H1.HeaderClassName
{
color: #20171D;
}
.AnyTagClassName
{
color: #20171D;
}
</style>
background-color css
<style>
a { background-color: #20171D; }
a { background-color: rgb(32,23,29); }
div.DivClassName
{
background-color: #20171D;
}
.BgClassName
{
background-color: #20171D;
}
</style>
border-color css
<style>
span { border-color: #20171D; }
span { border-color: rgb(32,23,29); }
td.TdClassName
{
border-color: #20171D;
}
.TagClassName
{
border-color: #20171D;
}
</style>