Shades of Melanzane #201A1E
Tints of Melanzane #201A1E
RGB
CMYK
RGB Variations
Color information
#201A1E (or 0x201A1E) is known color: Melanzane. HEX triplet: 20, 1A and 1E. RGB value is (32,26,30). Sum of RGB (Red+Green+Blue) = 32+26+30=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 32 - color contains mainly: red. Hex color #201A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A1E is #DFE5E1. Grayscale: #1C1C1C. Windows color (decimal): -14673378 or 1972768. OLE color: 1972768.
HSL color Cylindrical-coordinate representation of color #201A1E: hue angle of 320º 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 #201A1E is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 26 | 30 | - |
CMYK | 0 | 0.19 | 0.06 | 0.87 |
HSL | 320º | 0.1% | 0.11% | - |
HSV(B) | 320º | 0.19% | 0.13% | - |
XYZ | 1.2 | 1.14 | 1.39 | - |
YUV | 28.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 26 | 30 | 0 | 0.19 | 0.06 | 0.87 | 320 | 0.1 | 0.11 |
Hex | 20 | 1A | 1E | 0 | 13 | 6 | 57 | 140 | A | B |
Octal | 40 | 32 | 36 | 0 | 23 | 6 | 127 | 500 | 12 | 13 |
Binary | 100000 | 11010 | 11110 | 0 | 10011 | 110 | 1010111 | 101000000 | 1010 | 1011 |
Color Harmonies of #201A1E
Complementary color
Monochromatic Colors of #201A1E
Black with #201A1E
Text Example
Text Example
White with #201A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A1E; }
p { color: rgb(32,26,30); }
H1.HeaderClassName
{
color: #201A1E;
}
.AnyTagClassName
{
color: #201A1E;
}
</style>
background-color css
<style>
a { background-color: #201A1E; }
a { background-color: rgb(32,26,30); }
div.DivClassName
{
background-color: #201A1E;
}
.BgClassName
{
background-color: #201A1E;
}
</style>
border-color css
<style>
span { border-color: #201A1E; }
span { border-color: rgb(32,26,30); }
td.TdClassName
{
border-color: #201A1E;
}
.TagClassName
{
border-color: #201A1E;
}
</style>