Shades of Melanzane #20141C
Tints of Melanzane #20141C
RGB
CMYK
RGB Variations
Color information
#20141C (or 0x20141C) is known color: Melanzane. HEX triplet: 20, 14 and 1C. RGB value is (32,20,28). Sum of RGB (Red+Green+Blue) = 32+20+28=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 32 - color contains mainly: red. Hex color #20141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20141C is #DFEBE3. Grayscale: #181818. Windows color (decimal): -14674916 or 1840160. OLE color: 1840160.
HSL color Cylindrical-coordinate representation of color #20141C: hue angle of 320º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #20141C is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 28 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.87 |
| HSL | 320º | 0.23% | 0.1% | - |
| HSV(B) | 320º | 0.38% | 0.13% | - |
| XYZ | 1.06 | 0.89 | 1.22 | - |
| YUV | 24.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 28 | 0 | 0.37 | 0.12 | 0.87 | 320 | 0.23 | 0.1 |
| Hex | 20 | 14 | 1C | 0 | 25 | C | 57 | 140 | 17 | A |
| Octal | 40 | 24 | 34 | 0 | 45 | 14 | 127 | 500 | 27 | 12 |
| Binary | 100000 | 10100 | 11100 | 0 | 100101 | 1100 | 1010111 | 101000000 | 10111 | 1010 |
Color Harmonies of #20141C
Complementary color
Monochromatic Colors of #20141C
Black with #20141C
Text Example
Text Example
White with #20141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20141C; }
p { color: rgb(32,20,28); }
H1.HeaderClassName
{
color: #20141C;
}
.AnyTagClassName
{
color: #20141C;
}
</style>
background-color css
<style>
a { background-color: #20141C; }
a { background-color: rgb(32,20,28); }
div.DivClassName
{
background-color: #20141C;
}
.BgClassName
{
background-color: #20141C;
}
</style>
border-color css
<style>
span { border-color: #20141C; }
span { border-color: rgb(32,20,28); }
td.TdClassName
{
border-color: #20141C;
}
.TagClassName
{
border-color: #20141C;
}
</style>