Shades of Aubergine #201D1E
Tints of Aubergine #201D1E
RGB
CMYK
RGB Variations
Color information
#201D1E (or 0x201D1E) is known color: Aubergine. HEX triplet: 20, 1D and 1E. RGB value is (32,29,30). Sum of RGB (Red+Green+Blue) = 32+29+30=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 32 - color contains mainly: red. Hex color #201D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D1E is #DFE2E1. Grayscale: #1E1E1E. Windows color (decimal): -14672610 or 1973536. OLE color: 1973536.
HSL color Cylindrical-coordinate representation of color #201D1E: hue angle of 340º 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 #201D1E is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 29 | 30 | - |
CMYK | 0 | 0.09 | 0.06 | 0.87 |
HSL | 340º | 0.05% | 0.12% | - |
HSV(B) | 340º | 0.09% | 0.13% | - |
XYZ | 1.27 | 1.28 | 1.41 | - |
YUV | 30.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 29 | 30 | 0 | 0.09 | 0.06 | 0.87 | 340 | 0.05 | 0.12 |
Hex | 20 | 1D | 1E | 0 | 9 | 6 | 57 | 154 | 5 | C |
Octal | 40 | 35 | 36 | 0 | 11 | 6 | 127 | 524 | 5 | 14 |
Binary | 100000 | 11101 | 11110 | 0 | 1001 | 110 | 1010111 | 101010100 | 101 | 1100 |
Color Harmonies of #201D1E
Complementary color
Monochromatic Colors of #201D1E
Black with #201D1E
Text Example
Text Example
White with #201D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D1E; }
p { color: rgb(32,29,30); }
H1.HeaderClassName
{
color: #201D1E;
}
.AnyTagClassName
{
color: #201D1E;
}
</style>
background-color css
<style>
a { background-color: #201D1E; }
a { background-color: rgb(32,29,30); }
div.DivClassName
{
background-color: #201D1E;
}
.BgClassName
{
background-color: #201D1E;
}
</style>
border-color css
<style>
span { border-color: #201D1E; }
span { border-color: rgb(32,29,30); }
td.TdClassName
{
border-color: #201D1E;
}
.TagClassName
{
border-color: #201D1E;
}
</style>