Shades of Aubergine #2E2526
Tints of Aubergine #2E2526
RGB
CMYK
RGB Variations
Color information
#2E2526 (or 0x2E2526) is known color: Aubergine. HEX triplet: 2E, 25 and 26. RGB value is (46,37,38). Sum of RGB (Red+Green+Blue) = 46+37+38=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2526 is #D1DAD9. Grayscale: #272727. Windows color (decimal): -13753050 or 2499886. OLE color: 2499886.
HSL color Cylindrical-coordinate representation of color #2E2526: hue angle of 353.33º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2E2526 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 37 | 38 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.82 |
| HSL | 353.33º | 0.11% | 0.16% | - |
| HSV(B) | 353.33º | 0.2% | 0.18% | - |
| XYZ | 2.14 | 2.04 | 2.12 | - |
| YUV | 39.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 38 | 0 | 0.20 | 0.17 | 0.82 | 353.33 | 0.11 | 0.16 |
| Hex | 2E | 25 | 26 | 0 | 14 | 11 | 52 | 161 | B | 10 |
| Octal | 56 | 45 | 46 | 0 | 24 | 21 | 122 | 541 | 13 | 20 |
| Binary | 101110 | 100101 | 100110 | 0 | 10100 | 10001 | 1010010 | 101100001 | 1011 | 10000 |
Color Harmonies of #2E2526
Complementary color
Monochromatic Colors of #2E2526
Black with #2E2526
Text Example
Text Example
White with #2E2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2526; }
p { color: rgb(46,37,38); }
H1.HeaderClassName
{
color: #2E2526;
}
.AnyTagClassName
{
color: #2E2526;
}
</style>
background-color css
<style>
a { background-color: #2E2526; }
a { background-color: rgb(46,37,38); }
div.DivClassName
{
background-color: #2E2526;
}
.BgClassName
{
background-color: #2E2526;
}
</style>
border-color css
<style>
span { border-color: #2E2526; }
span { border-color: rgb(46,37,38); }
td.TdClassName
{
border-color: #2E2526;
}
.TagClassName
{
border-color: #2E2526;
}
</style>