Shades of Melanzane #201A1F
Tints of Melanzane #201A1F
RGB
CMYK
RGB Variations
Color information
#201A1F (or 0x201A1F) is known color: Melanzane. HEX triplet: 20, 1A and 1F. RGB value is (32,26,31). Sum of RGB (Red+Green+Blue) = 32+26+31=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 32 - color contains mainly: red. Hex color #201A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A1F is #DFE5E0. Grayscale: #1C1C1C. Windows color (decimal): -14673377 or 2038304. OLE color: 2038304.
HSL color Cylindrical-coordinate representation of color #201A1F: hue angle of 310º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #201A1F is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 26 | 31 | - |
CMYK | 0 | 0.19 | 0.03 | 0.87 |
HSL | 310º | 0.1% | 0.11% | - |
HSV(B) | 310º | 0.19% | 0.13% | - |
XYZ | 1.21 | 1.14 | 1.45 | - |
YUV | 28.36 | 129.49 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 26 | 31 | 0 | 0.19 | 0.03 | 0.87 | 310 | 0.1 | 0.11 |
Hex | 20 | 1A | 1F | 0 | 13 | 3 | 57 | 136 | A | B |
Octal | 40 | 32 | 37 | 0 | 23 | 3 | 127 | 466 | 12 | 13 |
Binary | 100000 | 11010 | 11111 | 0 | 10011 | 11 | 1010111 | 100110110 | 1010 | 1011 |
Color Harmonies of #201A1F
Complementary color
Monochromatic Colors of #201A1F
Black with #201A1F
Text Example
Text Example
White with #201A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A1F; }
p { color: rgb(32,26,31); }
H1.HeaderClassName
{
color: #201A1F;
}
.AnyTagClassName
{
color: #201A1F;
}
</style>
background-color css
<style>
a { background-color: #201A1F; }
a { background-color: rgb(32,26,31); }
div.DivClassName
{
background-color: #201A1F;
}
.BgClassName
{
background-color: #201A1F;
}
</style>
border-color css
<style>
span { border-color: #201A1F; }
span { border-color: rgb(32,26,31); }
td.TdClassName
{
border-color: #201A1F;
}
.TagClassName
{
border-color: #201A1F;
}
</style>