Shades of Aubergine #2E1C21
Tints of Aubergine #2E1C21
RGB
CMYK
RGB Variations
Color information
#2E1C21 (or 0x2E1C21) is known color: Aubergine. HEX triplet: 2E, 1C and 21. RGB value is (46,28,33). Sum of RGB (Red+Green+Blue) = 46+28+33=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1C21 is #D1E3DE. Grayscale: #212121. Windows color (decimal): -13755359 or 2169902. OLE color: 2169902.
HSL color Cylindrical-coordinate representation of color #2E1C21: hue angle of 343.33º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E1C21 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 28 | 33 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.82 |
| HSL | 343.33º | 0.24% | 0.15% | - |
| HSV(B) | 343.33º | 0.39% | 0.18% | - |
| XYZ | 1.82 | 1.52 | 1.64 | - |
| YUV | 33.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 28 | 33 | 0 | 0.39 | 0.28 | 0.82 | 343.33 | 0.24 | 0.15 |
| Hex | 2E | 1C | 21 | 0 | 27 | 1C | 52 | 157 | 18 | F |
| Octal | 56 | 34 | 41 | 0 | 47 | 34 | 122 | 527 | 30 | 17 |
| Binary | 101110 | 11100 | 100001 | 0 | 100111 | 11100 | 1010010 | 101010111 | 11000 | 1111 |
Color Harmonies of #2E1C21
Complementary color
Monochromatic Colors of #2E1C21
Black with #2E1C21
Text Example
Text Example
White with #2E1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1C21; }
p { color: rgb(46,28,33); }
H1.HeaderClassName
{
color: #2E1C21;
}
.AnyTagClassName
{
color: #2E1C21;
}
</style>
background-color css
<style>
a { background-color: #2E1C21; }
a { background-color: rgb(46,28,33); }
div.DivClassName
{
background-color: #2E1C21;
}
.BgClassName
{
background-color: #2E1C21;
}
</style>
border-color css
<style>
span { border-color: #2E1C21; }
span { border-color: rgb(46,28,33); }
td.TdClassName
{
border-color: #2E1C21;
}
.TagClassName
{
border-color: #2E1C21;
}
</style>