Shades of Melanzane #20121B
Tints of Melanzane #20121B
RGB
CMYK
RGB Variations
Color information
#20121B (or 0x20121B) is known color: Melanzane. HEX triplet: 20, 12 and 1B. RGB value is (32,18,27). Sum of RGB (Red+Green+Blue) = 32+18+27=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #20121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20121B is #DFEDE4. Grayscale: #171717. Windows color (decimal): -14675429 or 1774112. OLE color: 1774112.
HSL color Cylindrical-coordinate representation of color #20121B: hue angle of 321.43º 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 #20121B is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 18 | 27 | - |
CMYK | 0 | 0.44 | 0.16 | 0.87 |
HSL | 321.43º | 0.28% | 0.1% | - |
HSV(B) | 321.43º | 0.44% | 0.13% | - |
XYZ | 1.01 | 0.82 | 1.14 | - |
YUV | 23.21 | 130.14 | 134.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 18 | 27 | 0 | 0.44 | 0.16 | 0.87 | 321.43 | 0.28 | 0.1 |
Hex | 20 | 12 | 1B | 0 | 2C | 10 | 57 | 141 | 1C | A |
Octal | 40 | 22 | 33 | 0 | 54 | 20 | 127 | 501 | 34 | 12 |
Binary | 100000 | 10010 | 11011 | 0 | 101100 | 10000 | 1010111 | 101000001 | 11100 | 1010 |
Color Harmonies of #20121B
Complementary color
Monochromatic Colors of #20121B
Black with #20121B
Text Example
Text Example
White with #20121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20121B; }
p { color: rgb(32,18,27); }
H1.HeaderClassName
{
color: #20121B;
}
.AnyTagClassName
{
color: #20121B;
}
</style>
background-color css
<style>
a { background-color: #20121B; }
a { background-color: rgb(32,18,27); }
div.DivClassName
{
background-color: #20121B;
}
.BgClassName
{
background-color: #20121B;
}
</style>
border-color css
<style>
span { border-color: #20121B; }
span { border-color: rgb(32,18,27); }
td.TdClassName
{
border-color: #20121B;
}
.TagClassName
{
border-color: #20121B;
}
</style>