Shades of Melanzane #20161E
Tints of Melanzane #20161E
RGB
CMYK
RGB Variations
Color information
#20161E (or 0x20161E) is known color: Melanzane. HEX triplet: 20, 16 and 1E. RGB value is (32,22,30). Sum of RGB (Red+Green+Blue) = 32+22+30=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 32 - color contains mainly: red. Hex color #20161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20161E is #DFE9E1. Grayscale: #191919. Windows color (decimal): -14674402 or 1971744. OLE color: 1971744.
HSL color Cylindrical-coordinate representation of color #20161E: hue angle of 312º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #20161E is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 22 | 30 | - |
CMYK | 0 | 0.31 | 0.06 | 0.87 |
HSL | 312º | 0.19% | 0.11% | - |
HSV(B) | 312º | 0.31% | 0.13% | - |
XYZ | 1.12 | 0.97 | 1.36 | - |
YUV | 25.9 | 130.31 | 132.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 22 | 30 | 0 | 0.31 | 0.06 | 0.87 | 312 | 0.19 | 0.11 |
Hex | 20 | 16 | 1E | 0 | 1F | 6 | 57 | 138 | 13 | B |
Octal | 40 | 26 | 36 | 0 | 37 | 6 | 127 | 470 | 23 | 13 |
Binary | 100000 | 10110 | 11110 | 0 | 11111 | 110 | 1010111 | 100111000 | 10011 | 1011 |
Color Harmonies of #20161E
Complementary color
Monochromatic Colors of #20161E
Black with #20161E
Text Example
Text Example
White with #20161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20161E; }
p { color: rgb(32,22,30); }
H1.HeaderClassName
{
color: #20161E;
}
.AnyTagClassName
{
color: #20161E;
}
</style>
background-color css
<style>
a { background-color: #20161E; }
a { background-color: rgb(32,22,30); }
div.DivClassName
{
background-color: #20161E;
}
.BgClassName
{
background-color: #20161E;
}
</style>
border-color css
<style>
span { border-color: #20161E; }
span { border-color: rgb(32,22,30); }
td.TdClassName
{
border-color: #20161E;
}
.TagClassName
{
border-color: #20161E;
}
</style>