Shades of Melanzane #20181C
Tints of Melanzane #20181C
RGB
CMYK
RGB Variations
Color information
#20181C (or 0x20181C) is known color: Melanzane. HEX triplet: 20, 18 and 1C. RGB value is (32,24,28). Sum of RGB (Red+Green+Blue) = 32+24+28=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 32 - color contains mainly: red. Hex color #20181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20181C is #DFE7E3. Grayscale: #1A1A1A. Windows color (decimal): -14673892 or 1841184. OLE color: 1841184.
HSL color Cylindrical-coordinate representation of color #20181C: hue angle of 330º 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 #20181C is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 24 | 28 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.87 |
| HSL | 330º | 0.14% | 0.11% | - |
| HSV(B) | 330º | 0.25% | 0.13% | - |
| XYZ | 1.13 | 1.04 | 1.24 | - |
| YUV | 26.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 28 | 0 | 0.25 | 0.12 | 0.87 | 330 | 0.14 | 0.11 |
| Hex | 20 | 18 | 1C | 0 | 19 | C | 57 | 14A | E | B |
| Octal | 40 | 30 | 34 | 0 | 31 | 14 | 127 | 512 | 16 | 13 |
| Binary | 100000 | 11000 | 11100 | 0 | 11001 | 1100 | 1010111 | 101001010 | 1110 | 1011 |
Color Harmonies of #20181C
Complementary color
Monochromatic Colors of #20181C
Black with #20181C
Text Example
Text Example
White with #20181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20181C; }
p { color: rgb(32,24,28); }
H1.HeaderClassName
{
color: #20181C;
}
.AnyTagClassName
{
color: #20181C;
}
</style>
background-color css
<style>
a { background-color: #20181C; }
a { background-color: rgb(32,24,28); }
div.DivClassName
{
background-color: #20181C;
}
.BgClassName
{
background-color: #20181C;
}
</style>
border-color css
<style>
span { border-color: #20181C; }
span { border-color: rgb(32,24,28); }
td.TdClassName
{
border-color: #20181C;
}
.TagClassName
{
border-color: #20181C;
}
</style>