Shades of Aubergine #2E2022
Tints of Aubergine #2E2022
RGB
CMYK
RGB Variations
Color information
#2E2022 (or 0x2E2022) is known color: Aubergine. HEX triplet: 2E, 20 and 22. RGB value is (46,32,34). Sum of RGB (Red+Green+Blue) = 46+32+34=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2022 is #D1DFDD. Grayscale: #242424. Windows color (decimal): -13754334 or 2236462. OLE color: 2236462.
HSL color Cylindrical-coordinate representation of color #2E2022: hue angle of 351.43º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E2022 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 32 | 34 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.82 |
| HSL | 351.43º | 0.18% | 0.15% | - |
| HSV(B) | 351.43º | 0.3% | 0.18% | - |
| XYZ | 1.93 | 1.73 | 1.75 | - |
| YUV | 36.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 34 | 0 | 0.30 | 0.26 | 0.82 | 351.43 | 0.18 | 0.15 |
| Hex | 2E | 20 | 22 | 0 | 1E | 1A | 52 | 15F | 12 | F |
| Octal | 56 | 40 | 42 | 0 | 36 | 32 | 122 | 537 | 22 | 17 |
| Binary | 101110 | 100000 | 100010 | 0 | 11110 | 11010 | 1010010 | 101011111 | 10010 | 1111 |
Color Harmonies of #2E2022
Complementary color
Monochromatic Colors of #2E2022
Black with #2E2022
Text Example
Text Example
White with #2E2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2022; }
p { color: rgb(46,32,34); }
H1.HeaderClassName
{
color: #2E2022;
}
.AnyTagClassName
{
color: #2E2022;
}
</style>
background-color css
<style>
a { background-color: #2E2022; }
a { background-color: rgb(46,32,34); }
div.DivClassName
{
background-color: #2E2022;
}
.BgClassName
{
background-color: #2E2022;
}
</style>
border-color css
<style>
span { border-color: #2E2022; }
span { border-color: rgb(46,32,34); }
td.TdClassName
{
border-color: #2E2022;
}
.TagClassName
{
border-color: #2E2022;
}
</style>