Shades of Melanzane #201E1F
Tints of Melanzane #201E1F
RGB
CMYK
RGB Variations
Color information
#201E1F (or 0x201E1F) is known color: Melanzane. HEX triplet: 20, 1E and 1F. RGB value is (32,30,31). Sum of RGB (Red+Green+Blue) = 32+30+31=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 32 - color contains mainly: red. Hex color #201E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E1F is #DFE1E0. Grayscale: #1E1E1E. Windows color (decimal): -14672353 or 2039328. OLE color: 2039328.
HSL color Cylindrical-coordinate representation of color #201E1F: hue angle of 330º degrees, saturation: 0.03, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #201E1F is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 30 | 31 | - |
CMYK | 0 | 0.06 | 0.03 | 0.87 |
HSL | 330º | 0.03% | 0.12% | - |
HSV(B) | 330º | 0.06% | 0.13% | - |
XYZ | 1.31 | 1.33 | 1.49 | - |
YUV | 30.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 30 | 31 | 0 | 0.06 | 0.03 | 0.87 | 330 | 0.03 | 0.12 |
Hex | 20 | 1E | 1F | 0 | 6 | 3 | 57 | 14A | 3 | C |
Octal | 40 | 36 | 37 | 0 | 6 | 3 | 127 | 512 | 3 | 14 |
Binary | 100000 | 11110 | 11111 | 0 | 110 | 11 | 1010111 | 101001010 | 11 | 1100 |
Color Harmonies of #201E1F
Complementary color
Monochromatic Colors of #201E1F
Black with #201E1F
Text Example
Text Example
White with #201E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E1F; }
p { color: rgb(32,30,31); }
H1.HeaderClassName
{
color: #201E1F;
}
.AnyTagClassName
{
color: #201E1F;
}
</style>
background-color css
<style>
a { background-color: #201E1F; }
a { background-color: rgb(32,30,31); }
div.DivClassName
{
background-color: #201E1F;
}
.BgClassName
{
background-color: #201E1F;
}
</style>
border-color css
<style>
span { border-color: #201E1F; }
span { border-color: rgb(32,30,31); }
td.TdClassName
{
border-color: #201E1F;
}
.TagClassName
{
border-color: #201E1F;
}
</style>