Shades of Aubergine #211C1E
Tints of Aubergine #211C1E
RGB
CMYK
RGB Variations
Color information
#211C1E (or 0x211C1E) is known color: Aubergine. HEX triplet: 21, 1C and 1E. RGB value is (33,28,30). Sum of RGB (Red+Green+Blue) = 33+28+30=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 33 - color contains mainly: red. Hex color #211C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C1E is #DEE3E1. Grayscale: #1D1D1D. Windows color (decimal): -14607330 or 1973281. OLE color: 1973281.
HSL color Cylindrical-coordinate representation of color #211C1E: 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.15%. Process color model (Four color, CMYK) of #211C1E is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 28 | 30 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.87 |
| HSL | 336º | 0.08% | 0.12% | - |
| HSV(B) | 336º | 0.15% | 0.13% | - |
| XYZ | 1.28 | 1.25 | 1.4 | - |
| YUV | 29.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 30 | 0 | 0.15 | 0.09 | 0.87 | 336 | 0.08 | 0.12 |
| Hex | 21 | 1C | 1E | 0 | F | 9 | 57 | 150 | 8 | C |
| Octal | 41 | 34 | 36 | 0 | 17 | 11 | 127 | 520 | 10 | 14 |
| Binary | 100001 | 11100 | 11110 | 0 | 1111 | 1001 | 1010111 | 101010000 | 1000 | 1100 |
Color Harmonies of #211C1E
Complementary color
Monochromatic Colors of #211C1E
Black with #211C1E
Text Example
Text Example
White with #211C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C1E; }
p { color: rgb(33,28,30); }
H1.HeaderClassName
{
color: #211C1E;
}
.AnyTagClassName
{
color: #211C1E;
}
</style>
background-color css
<style>
a { background-color: #211C1E; }
a { background-color: rgb(33,28,30); }
div.DivClassName
{
background-color: #211C1E;
}
.BgClassName
{
background-color: #211C1E;
}
</style>
border-color css
<style>
span { border-color: #211C1E; }
span { border-color: rgb(33,28,30); }
td.TdClassName
{
border-color: #211C1E;
}
.TagClassName
{
border-color: #211C1E;
}
</style>