Shades of Aubergine #2E2024
Tints of Aubergine #2E2024
RGB
CMYK
RGB Variations
Color information
#2E2024 (or 0x2E2024) is known color: Aubergine. HEX triplet: 2E, 20 and 24. RGB value is (46,32,36). Sum of RGB (Red+Green+Blue) = 46+32+36=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2024 is #D1DFDB. Grayscale: #242424. Windows color (decimal): -13754332 or 2367534. OLE color: 2367534.
HSL color Cylindrical-coordinate representation of color #2E2024: hue angle of 342.86º 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 #2E2024 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 32 | 36 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.82 |
| HSL | 342.86º | 0.18% | 0.15% | - |
| HSV(B) | 342.86º | 0.3% | 0.18% | - |
| XYZ | 1.96 | 1.74 | 1.9 | - |
| YUV | 36.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 36 | 0 | 0.30 | 0.22 | 0.82 | 342.86 | 0.18 | 0.15 |
| Hex | 2E | 20 | 24 | 0 | 1E | 16 | 52 | 157 | 12 | F |
| Octal | 56 | 40 | 44 | 0 | 36 | 26 | 122 | 527 | 22 | 17 |
| Binary | 101110 | 100000 | 100100 | 0 | 11110 | 10110 | 1010010 | 101010111 | 10010 | 1111 |
Color Harmonies of #2E2024
Complementary color
Monochromatic Colors of #2E2024
Black with #2E2024
Text Example
Text Example
White with #2E2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2024; }
p { color: rgb(46,32,36); }
H1.HeaderClassName
{
color: #2E2024;
}
.AnyTagClassName
{
color: #2E2024;
}
</style>
background-color css
<style>
a { background-color: #2E2024; }
a { background-color: rgb(46,32,36); }
div.DivClassName
{
background-color: #2E2024;
}
.BgClassName
{
background-color: #2E2024;
}
</style>
border-color css
<style>
span { border-color: #2E2024; }
span { border-color: rgb(46,32,36); }
td.TdClassName
{
border-color: #2E2024;
}
.TagClassName
{
border-color: #2E2024;
}
</style>