Shades of Aubergine #2E2226
Tints of Aubergine #2E2226
RGB
CMYK
RGB Variations
Color information
#2E2226 (or 0x2E2226) is known color: Aubergine. HEX triplet: 2E, 22 and 26. RGB value is (46,34,38). Sum of RGB (Red+Green+Blue) = 46+34+38=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2226 is #D1DDD9. Grayscale: #262626. Windows color (decimal): -13753818 or 2499118. OLE color: 2499118.
HSL color Cylindrical-coordinate representation of color #2E2226: hue angle of 340º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E2226 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 34 | 38 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.82 |
| HSL | 340º | 0.15% | 0.16% | - |
| HSV(B) | 340º | 0.26% | 0.18% | - |
| XYZ | 2.05 | 1.86 | 2.09 | - |
| YUV | 38.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 38 | 0 | 0.26 | 0.17 | 0.82 | 340 | 0.15 | 0.16 |
| Hex | 2E | 22 | 26 | 0 | 1A | 11 | 52 | 154 | F | 10 |
| Octal | 56 | 42 | 46 | 0 | 32 | 21 | 122 | 524 | 17 | 20 |
| Binary | 101110 | 100010 | 100110 | 0 | 11010 | 10001 | 1010010 | 101010100 | 1111 | 10000 |
Color Harmonies of #2E2226
Complementary color
Monochromatic Colors of #2E2226
Black with #2E2226
Text Example
Text Example
White with #2E2226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2226; }
p { color: rgb(46,34,38); }
H1.HeaderClassName
{
color: #2E2226;
}
.AnyTagClassName
{
color: #2E2226;
}
</style>
background-color css
<style>
a { background-color: #2E2226; }
a { background-color: rgb(46,34,38); }
div.DivClassName
{
background-color: #2E2226;
}
.BgClassName
{
background-color: #2E2226;
}
</style>
border-color css
<style>
span { border-color: #2E2226; }
span { border-color: rgb(46,34,38); }
td.TdClassName
{
border-color: #2E2226;
}
.TagClassName
{
border-color: #2E2226;
}
</style>