Shades of Aubergine #2E292A
Tints of Aubergine #2E292A
RGB
CMYK
RGB Variations
Color information
#2E292A (or 0x2E292A) is known color: Aubergine. HEX triplet: 2E, 29 and 2A. RGB value is (46,41,42). Sum of RGB (Red+Green+Blue) = 46+41+42=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 46 - color contains mainly: red. Hex color #2E292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E292A is #D1D6D5. Grayscale: #2A2A2A. Windows color (decimal): -13752022 or 2763054. OLE color: 2763054.
HSL color Cylindrical-coordinate representation of color #2E292A: hue angle of 348º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2E292A is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 41 | 42 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.82 |
| HSL | 348º | 0.06% | 0.17% | - |
| HSV(B) | 348º | 0.11% | 0.18% | - |
| XYZ | 2.34 | 2.33 | 2.52 | - |
| YUV | 42.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 42 | 0 | 0.11 | 0.09 | 0.82 | 348 | 0.06 | 0.17 |
| Hex | 2E | 29 | 2A | 0 | B | 9 | 52 | 15C | 6 | 11 |
| Octal | 56 | 51 | 52 | 0 | 13 | 11 | 122 | 534 | 6 | 21 |
| Binary | 101110 | 101001 | 101010 | 0 | 1011 | 1001 | 1010010 | 101011100 | 110 | 10001 |
Color Harmonies of #2E292A
Complementary color
Monochromatic Colors of #2E292A
Black with #2E292A
Text Example
Text Example
White with #2E292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E292A; }
p { color: rgb(46,41,42); }
H1.HeaderClassName
{
color: #2E292A;
}
.AnyTagClassName
{
color: #2E292A;
}
</style>
background-color css
<style>
a { background-color: #2E292A; }
a { background-color: rgb(46,41,42); }
div.DivClassName
{
background-color: #2E292A;
}
.BgClassName
{
background-color: #2E292A;
}
</style>
border-color css
<style>
span { border-color: #2E292A; }
span { border-color: rgb(46,41,42); }
td.TdClassName
{
border-color: #2E292A;
}
.TagClassName
{
border-color: #2E292A;
}
</style>