Shades of Melanzane #20171C
Tints of Melanzane #20171C
RGB
CMYK
RGB Variations
Color information
#20171C (or 0x20171C) is known color: Melanzane. HEX triplet: 20, 17 and 1C. RGB value is (32,23,28). Sum of RGB (Red+Green+Blue) = 32+23+28=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 32 - color contains mainly: red. Hex color #20171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20171C is #DFE8E3. Grayscale: #1A1A1A. Windows color (decimal): -14674148 or 1840928. OLE color: 1840928.
HSL color Cylindrical-coordinate representation of color #20171C: hue angle of 326.67º 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 #20171C is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 23 | 28 | - |
CMYK | 0 | 0.28 | 0.12 | 0.87 |
HSL | 326.67º | 0.16% | 0.11% | - |
HSV(B) | 326.67º | 0.28% | 0.13% | - |
XYZ | 1.11 | 1 | 1.23 | - |
YUV | 26.26 | 128.98 | 132.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 23 | 28 | 0 | 0.28 | 0.12 | 0.87 | 326.67 | 0.16 | 0.11 |
Hex | 20 | 17 | 1C | 0 | 1C | C | 57 | 147 | 10 | B |
Octal | 40 | 27 | 34 | 0 | 34 | 14 | 127 | 507 | 20 | 13 |
Binary | 100000 | 10111 | 11100 | 0 | 11100 | 1100 | 1010111 | 101000111 | 10000 | 1011 |
Color Harmonies of #20171C
Complementary color
Monochromatic Colors of #20171C
Black with #20171C
Text Example
Text Example
White with #20171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20171C; }
p { color: rgb(32,23,28); }
H1.HeaderClassName
{
color: #20171C;
}
.AnyTagClassName
{
color: #20171C;
}
</style>
background-color css
<style>
a { background-color: #20171C; }
a { background-color: rgb(32,23,28); }
div.DivClassName
{
background-color: #20171C;
}
.BgClassName
{
background-color: #20171C;
}
</style>
border-color css
<style>
span { border-color: #20171C; }
span { border-color: rgb(32,23,28); }
td.TdClassName
{
border-color: #20171C;
}
.TagClassName
{
border-color: #20171C;
}
</style>