Shades of Aubergine #2E282A
Tints of Aubergine #2E282A
RGB
CMYK
RGB Variations
Color information
#2E282A (or 0x2E282A) is known color: Aubergine. HEX triplet: 2E, 28 and 2A. RGB value is (46,40,42). Sum of RGB (Red+Green+Blue) = 46+40+42=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 46 - color contains mainly: red. Hex color #2E282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E282A is #D1D7D5. Grayscale: #2A2A2A. Windows color (decimal): -13752278 or 2762798. OLE color: 2762798.
HSL color Cylindrical-coordinate representation of color #2E282A: hue angle of 340º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2E282A is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 40 | 42 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.82 |
| HSL | 340º | 0.07% | 0.17% | - |
| HSV(B) | 340º | 0.13% | 0.18% | - |
| XYZ | 2.3 | 2.27 | 2.51 | - |
| YUV | 42.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 42 | 0 | 0.13 | 0.09 | 0.82 | 340 | 0.07 | 0.17 |
| Hex | 2E | 28 | 2A | 0 | D | 9 | 52 | 154 | 7 | 11 |
| Octal | 56 | 50 | 52 | 0 | 15 | 11 | 122 | 524 | 7 | 21 |
| Binary | 101110 | 101000 | 101010 | 0 | 1101 | 1001 | 1010010 | 101010100 | 111 | 10001 |
Color Harmonies of #2E282A
Complementary color
Monochromatic Colors of #2E282A
Black with #2E282A
Text Example
Text Example
White with #2E282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E282A; }
p { color: rgb(46,40,42); }
H1.HeaderClassName
{
color: #2E282A;
}
.AnyTagClassName
{
color: #2E282A;
}
</style>
background-color css
<style>
a { background-color: #2E282A; }
a { background-color: rgb(46,40,42); }
div.DivClassName
{
background-color: #2E282A;
}
.BgClassName
{
background-color: #2E282A;
}
</style>
border-color css
<style>
span { border-color: #2E282A; }
span { border-color: rgb(46,40,42); }
td.TdClassName
{
border-color: #2E282A;
}
.TagClassName
{
border-color: #2E282A;
}
</style>