Shades of Melanzane #20181D
Tints of Melanzane #20181D
RGB
CMYK
RGB Variations
Color information
#20181D (or 0x20181D) is known color: Melanzane. HEX triplet: 20, 18 and 1D. RGB value is (32,24,29). Sum of RGB (Red+Green+Blue) = 32+24+29=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 32 - color contains mainly: red. Hex color #20181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20181D is #DFE7E2. Grayscale: #1A1A1A. Windows color (decimal): -14673891 or 1906720. OLE color: 1906720.
HSL color Cylindrical-coordinate representation of color #20181D: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #20181D is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 24 | 29 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.87 |
| HSL | 322.5º | 0.14% | 0.11% | - |
| HSV(B) | 322.5º | 0.25% | 0.13% | - |
| XYZ | 1.14 | 1.05 | 1.3 | - |
| YUV | 26.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 29 | 0 | 0.25 | 0.09 | 0.87 | 322.5 | 0.14 | 0.11 |
| Hex | 20 | 18 | 1D | 0 | 19 | 9 | 57 | 142 | E | B |
| Octal | 40 | 30 | 35 | 0 | 31 | 11 | 127 | 502 | 16 | 13 |
| Binary | 100000 | 11000 | 11101 | 0 | 11001 | 1001 | 1010111 | 101000010 | 1110 | 1011 |
Color Harmonies of #20181D
Complementary color
Monochromatic Colors of #20181D
Black with #20181D
Text Example
Text Example
White with #20181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20181D; }
p { color: rgb(32,24,29); }
H1.HeaderClassName
{
color: #20181D;
}
.AnyTagClassName
{
color: #20181D;
}
</style>
background-color css
<style>
a { background-color: #20181D; }
a { background-color: rgb(32,24,29); }
div.DivClassName
{
background-color: #20181D;
}
.BgClassName
{
background-color: #20181D;
}
</style>
border-color css
<style>
span { border-color: #20181D; }
span { border-color: rgb(32,24,29); }
td.TdClassName
{
border-color: #20181D;
}
.TagClassName
{
border-color: #20181D;
}
</style>