Shades of Aubergine #201B1D
Tints of Aubergine #201B1D
RGB
CMYK
RGB Variations
Color information
#201B1D (or 0x201B1D) is known color: Aubergine. HEX triplet: 20, 1B and 1D. RGB value is (32,27,29). Sum of RGB (Red+Green+Blue) = 32+27+29=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 32 - color contains mainly: red. Hex color #201B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B1D is #DFE4E2. Grayscale: #1C1C1C. Windows color (decimal): -14673123 or 1907488. OLE color: 1907488.
HSL color Cylindrical-coordinate representation of color #201B1D: hue angle of 336º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #201B1D is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 27 | 29 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.87 |
| HSL | 336º | 0.08% | 0.12% | - |
| HSV(B) | 336º | 0.16% | 0.13% | - |
| XYZ | 1.21 | 1.18 | 1.33 | - |
| YUV | 28.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 29 | 0 | 0.16 | 0.09 | 0.87 | 336 | 0.08 | 0.12 |
| Hex | 20 | 1B | 1D | 0 | 10 | 9 | 57 | 150 | 8 | C |
| Octal | 40 | 33 | 35 | 0 | 20 | 11 | 127 | 520 | 10 | 14 |
| Binary | 100000 | 11011 | 11101 | 0 | 10000 | 1001 | 1010111 | 101010000 | 1000 | 1100 |
Color Harmonies of #201B1D
Complementary color
Monochromatic Colors of #201B1D
Black with #201B1D
Text Example
Text Example
White with #201B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B1D; }
p { color: rgb(32,27,29); }
H1.HeaderClassName
{
color: #201B1D;
}
.AnyTagClassName
{
color: #201B1D;
}
</style>
background-color css
<style>
a { background-color: #201B1D; }
a { background-color: rgb(32,27,29); }
div.DivClassName
{
background-color: #201B1D;
}
.BgClassName
{
background-color: #201B1D;
}
</style>
border-color css
<style>
span { border-color: #201B1D; }
span { border-color: rgb(32,27,29); }
td.TdClassName
{
border-color: #201B1D;
}
.TagClassName
{
border-color: #201B1D;
}
</style>