Shades of Melanzane #201B1E
Tints of Melanzane #201B1E
RGB
CMYK
RGB Variations
Color information
#201B1E (or 0x201B1E) is known color: Melanzane. HEX triplet: 20, 1B and 1E. RGB value is (32,27,30). Sum of RGB (Red+Green+Blue) = 32+27+30=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 32 - color contains mainly: red. Hex color #201B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B1E is #DFE4E1. Grayscale: #1C1C1C. Windows color (decimal): -14673122 or 1973024. OLE color: 1973024.
HSL color Cylindrical-coordinate representation of color #201B1E: hue angle of 324º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #201B1E is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 27 | 30 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.87 |
| HSL | 324º | 0.08% | 0.12% | - |
| HSV(B) | 324º | 0.16% | 0.13% | - |
| XYZ | 1.22 | 1.18 | 1.39 | - |
| YUV | 28.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 30 | 0 | 0.16 | 0.06 | 0.87 | 324 | 0.08 | 0.12 |
| Hex | 20 | 1B | 1E | 0 | 10 | 6 | 57 | 144 | 8 | C |
| Octal | 40 | 33 | 36 | 0 | 20 | 6 | 127 | 504 | 10 | 14 |
| Binary | 100000 | 11011 | 11110 | 0 | 10000 | 110 | 1010111 | 101000100 | 1000 | 1100 |
Color Harmonies of #201B1E
Complementary color
Monochromatic Colors of #201B1E
Black with #201B1E
Text Example
Text Example
White with #201B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B1E; }
p { color: rgb(32,27,30); }
H1.HeaderClassName
{
color: #201B1E;
}
.AnyTagClassName
{
color: #201B1E;
}
</style>
background-color css
<style>
a { background-color: #201B1E; }
a { background-color: rgb(32,27,30); }
div.DivClassName
{
background-color: #201B1E;
}
.BgClassName
{
background-color: #201B1E;
}
</style>
border-color css
<style>
span { border-color: #201B1E; }
span { border-color: rgb(32,27,30); }
td.TdClassName
{
border-color: #201B1E;
}
.TagClassName
{
border-color: #201B1E;
}
</style>