Shades of Aubergine #2E2223
Tints of Aubergine #2E2223
RGB
CMYK
RGB Variations
Color information
#2E2223 (or 0x2E2223) is known color: Aubergine. HEX triplet: 2E, 22 and 23. RGB value is (46,34,35). Sum of RGB (Red+Green+Blue) = 46+34+35=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2223 is #D1DDDC. Grayscale: #252525. Windows color (decimal): -13753821 or 2302510. OLE color: 2302510.
HSL color Cylindrical-coordinate representation of color #2E2223: hue angle of 355º 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 #2E2223 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 34 | 35 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.82 |
| HSL | 355º | 0.15% | 0.16% | - |
| HSV(B) | 355º | 0.26% | 0.18% | - |
| XYZ | 2 | 1.85 | 1.84 | - |
| YUV | 37.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 35 | 0 | 0.26 | 0.24 | 0.82 | 355 | 0.15 | 0.16 |
| Hex | 2E | 22 | 23 | 0 | 1A | 18 | 52 | 163 | F | 10 |
| Octal | 56 | 42 | 43 | 0 | 32 | 30 | 122 | 543 | 17 | 20 |
| Binary | 101110 | 100010 | 100011 | 0 | 11010 | 11000 | 1010010 | 101100011 | 1111 | 10000 |
Color Harmonies of #2E2223
Complementary color
Monochromatic Colors of #2E2223
Black with #2E2223
Text Example
Text Example
White with #2E2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2223; }
p { color: rgb(46,34,35); }
H1.HeaderClassName
{
color: #2E2223;
}
.AnyTagClassName
{
color: #2E2223;
}
</style>
background-color css
<style>
a { background-color: #2E2223; }
a { background-color: rgb(46,34,35); }
div.DivClassName
{
background-color: #2E2223;
}
.BgClassName
{
background-color: #2E2223;
}
</style>
border-color css
<style>
span { border-color: #2E2223; }
span { border-color: rgb(46,34,35); }
td.TdClassName
{
border-color: #2E2223;
}
.TagClassName
{
border-color: #2E2223;
}
</style>