Shades of Melanzane #20141B
Tints of Melanzane #20141B
RGB
CMYK
RGB Variations
Color information
#20141B (or 0x20141B) is known color: Melanzane. HEX triplet: 20, 14 and 1B. RGB value is (32,20,27). Sum of RGB (Red+Green+Blue) = 32+20+27=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #20141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20141B is #DFEBE4. Grayscale: #181818. Windows color (decimal): -14674917 or 1774624. OLE color: 1774624.
HSL color Cylindrical-coordinate representation of color #20141B: hue angle of 325º 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 #20141B is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 27 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.87 |
| HSL | 325º | 0.23% | 0.1% | - |
| HSV(B) | 325º | 0.38% | 0.13% | - |
| XYZ | 1.04 | 0.89 | 1.15 | - |
| YUV | 24.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 27 | 0 | 0.37 | 0.16 | 0.87 | 325 | 0.23 | 0.1 |
| Hex | 20 | 14 | 1B | 0 | 25 | 10 | 57 | 145 | 17 | A |
| Octal | 40 | 24 | 33 | 0 | 45 | 20 | 127 | 505 | 27 | 12 |
| Binary | 100000 | 10100 | 11011 | 0 | 100101 | 10000 | 1010111 | 101000101 | 10111 | 1010 |
Color Harmonies of #20141B
Complementary color
Monochromatic Colors of #20141B
Black with #20141B
Text Example
Text Example
White with #20141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20141B; }
p { color: rgb(32,20,27); }
H1.HeaderClassName
{
color: #20141B;
}
.AnyTagClassName
{
color: #20141B;
}
</style>
background-color css
<style>
a { background-color: #20141B; }
a { background-color: rgb(32,20,27); }
div.DivClassName
{
background-color: #20141B;
}
.BgClassName
{
background-color: #20141B;
}
</style>
border-color css
<style>
span { border-color: #20141B; }
span { border-color: rgb(32,20,27); }
td.TdClassName
{
border-color: #20141B;
}
.TagClassName
{
border-color: #20141B;
}
</style>