Shades of Melanzane #201D1F
Tints of Melanzane #201D1F
RGB
CMYK
RGB Variations
Color information
#201D1F (or 0x201D1F) is known color: Melanzane. HEX triplet: 20, 1D and 1F. RGB value is (32,29,31). Sum of RGB (Red+Green+Blue) = 32+29+31=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 32 - color contains mainly: red. Hex color #201D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D1F is #DFE2E0. Grayscale: #1E1E1E. Windows color (decimal): -14672609 or 2039072. OLE color: 2039072.
HSL color Cylindrical-coordinate representation of color #201D1F: hue angle of 320º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #201D1F is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 29 | 31 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.87 |
| HSL | 320º | 0.05% | 0.12% | - |
| HSV(B) | 320º | 0.09% | 0.13% | - |
| XYZ | 1.28 | 1.28 | 1.48 | - |
| YUV | 30.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 31 | 0 | 0.09 | 0.03 | 0.87 | 320 | 0.05 | 0.12 |
| Hex | 20 | 1D | 1F | 0 | 9 | 3 | 57 | 140 | 5 | C |
| Octal | 40 | 35 | 37 | 0 | 11 | 3 | 127 | 500 | 5 | 14 |
| Binary | 100000 | 11101 | 11111 | 0 | 1001 | 11 | 1010111 | 101000000 | 101 | 1100 |
Color Harmonies of #201D1F
Complementary color
Monochromatic Colors of #201D1F
Black with #201D1F
Text Example
Text Example
White with #201D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D1F; }
p { color: rgb(32,29,31); }
H1.HeaderClassName
{
color: #201D1F;
}
.AnyTagClassName
{
color: #201D1F;
}
</style>
background-color css
<style>
a { background-color: #201D1F; }
a { background-color: rgb(32,29,31); }
div.DivClassName
{
background-color: #201D1F;
}
.BgClassName
{
background-color: #201D1F;
}
</style>
border-color css
<style>
span { border-color: #201D1F; }
span { border-color: rgb(32,29,31); }
td.TdClassName
{
border-color: #201D1F;
}
.TagClassName
{
border-color: #201D1F;
}
</style>