Shades of Melanzane #20121C
Tints of Melanzane #20121C
RGB
CMYK
RGB Variations
Color information
#20121C (or 0x20121C) is known color: Melanzane. HEX triplet: 20, 12 and 1C. RGB value is (32,18,28). Sum of RGB (Red+Green+Blue) = 32+18+28=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #20121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20121C is #DFEDE3. Grayscale: #171717. Windows color (decimal): -14675428 or 1839648. OLE color: 1839648.
HSL color Cylindrical-coordinate representation of color #20121C: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #20121C is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 18 | 28 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.87 |
| HSL | 317.14º | 0.28% | 0.1% | - |
| HSV(B) | 317.14º | 0.44% | 0.13% | - |
| XYZ | 1.02 | 0.82 | 1.2 | - |
| YUV | 23.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 28 | 0 | 0.44 | 0.12 | 0.87 | 317.14 | 0.28 | 0.1 |
| Hex | 20 | 12 | 1C | 0 | 2C | C | 57 | 13D | 1C | A |
| Octal | 40 | 22 | 34 | 0 | 54 | 14 | 127 | 475 | 34 | 12 |
| Binary | 100000 | 10010 | 11100 | 0 | 101100 | 1100 | 1010111 | 100111101 | 11100 | 1010 |
Color Harmonies of #20121C
Complementary color
Monochromatic Colors of #20121C
Black with #20121C
Text Example
Text Example
White with #20121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20121C; }
p { color: rgb(32,18,28); }
H1.HeaderClassName
{
color: #20121C;
}
.AnyTagClassName
{
color: #20121C;
}
</style>
background-color css
<style>
a { background-color: #20121C; }
a { background-color: rgb(32,18,28); }
div.DivClassName
{
background-color: #20121C;
}
.BgClassName
{
background-color: #20121C;
}
</style>
border-color css
<style>
span { border-color: #20121C; }
span { border-color: rgb(32,18,28); }
td.TdClassName
{
border-color: #20121C;
}
.TagClassName
{
border-color: #20121C;
}
</style>