Shades of Melanzane #20111B
Tints of Melanzane #20111B
RGB
CMYK
RGB Variations
Color information
#20111B (or 0x20111B) is known color: Melanzane. HEX triplet: 20, 11 and 1B. RGB value is (32,17,27). Sum of RGB (Red+Green+Blue) = 32+17+27=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #20111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20111B is #DFEEE4. Grayscale: #161616. Windows color (decimal): -14675685 or 1773856. OLE color: 1773856.
HSL color Cylindrical-coordinate representation of color #20111B: hue angle of 320º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #20111B is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 17 | 27 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.87 |
| HSL | 320º | 0.31% | 0.1% | - |
| HSV(B) | 320º | 0.47% | 0.13% | - |
| XYZ | 0.99 | 0.79 | 1.14 | - |
| YUV | 22.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 27 | 0 | 0.47 | 0.16 | 0.87 | 320 | 0.31 | 0.1 |
| Hex | 20 | 11 | 1B | 0 | 2F | 10 | 57 | 140 | 1F | A |
| Octal | 40 | 21 | 33 | 0 | 57 | 20 | 127 | 500 | 37 | 12 |
| Binary | 100000 | 10001 | 11011 | 0 | 101111 | 10000 | 1010111 | 101000000 | 11111 | 1010 |
Color Harmonies of #20111B
Complementary color
Monochromatic Colors of #20111B
Black with #20111B
Text Example
Text Example
White with #20111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20111B; }
p { color: rgb(32,17,27); }
H1.HeaderClassName
{
color: #20111B;
}
.AnyTagClassName
{
color: #20111B;
}
</style>
background-color css
<style>
a { background-color: #20111B; }
a { background-color: rgb(32,17,27); }
div.DivClassName
{
background-color: #20111B;
}
.BgClassName
{
background-color: #20111B;
}
</style>
border-color css
<style>
span { border-color: #20111B; }
span { border-color: rgb(32,17,27); }
td.TdClassName
{
border-color: #20111B;
}
.TagClassName
{
border-color: #20111B;
}
</style>