Shades of Melanzane #20131E
Tints of Melanzane #20131E
RGB
CMYK
RGB Variations
Color information
#20131E (or 0x20131E) is known color: Melanzane. HEX triplet: 20, 13 and 1E. RGB value is (32,19,30). Sum of RGB (Red+Green+Blue) = 32+19+30=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #20131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20131E is #DFECE1. Grayscale: #181818. Windows color (decimal): -14675170 or 1970976. OLE color: 1970976.
HSL color Cylindrical-coordinate representation of color #20131E: hue angle of 309.23º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #20131E is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 19 | 30 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.87 |
| HSL | 309.23º | 0.25% | 0.1% | - |
| HSV(B) | 309.23º | 0.41% | 0.13% | - |
| XYZ | 1.06 | 0.87 | 1.34 | - |
| YUV | 24.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 30 | 0 | 0.41 | 0.06 | 0.87 | 309.23 | 0.25 | 0.1 |
| Hex | 20 | 13 | 1E | 0 | 29 | 6 | 57 | 135 | 19 | A |
| Octal | 40 | 23 | 36 | 0 | 51 | 6 | 127 | 465 | 31 | 12 |
| Binary | 100000 | 10011 | 11110 | 0 | 101001 | 110 | 1010111 | 100110101 | 11001 | 1010 |
Color Harmonies of #20131E
Complementary color
Monochromatic Colors of #20131E
Black with #20131E
Text Example
Text Example
White with #20131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20131E; }
p { color: rgb(32,19,30); }
H1.HeaderClassName
{
color: #20131E;
}
.AnyTagClassName
{
color: #20131E;
}
</style>
background-color css
<style>
a { background-color: #20131E; }
a { background-color: rgb(32,19,30); }
div.DivClassName
{
background-color: #20131E;
}
.BgClassName
{
background-color: #20131E;
}
</style>
border-color css
<style>
span { border-color: #20131E; }
span { border-color: rgb(32,19,30); }
td.TdClassName
{
border-color: #20131E;
}
.TagClassName
{
border-color: #20131E;
}
</style>