Shades of Aubergine #2E2425
Tints of Aubergine #2E2425
RGB
CMYK
RGB Variations
Color information
#2E2425 (or 0x2E2425) is known color: Aubergine. HEX triplet: 2E, 24 and 25. RGB value is (46,36,37). Sum of RGB (Red+Green+Blue) = 46+36+37=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2425 is #D1DBDA. Grayscale: #272727. Windows color (decimal): -13753307 or 2434094. OLE color: 2434094.
HSL color Cylindrical-coordinate representation of color #2E2425: hue angle of 354º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E2425 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 36 | 37 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.82 |
| HSL | 354º | 0.12% | 0.16% | - |
| HSV(B) | 354º | 0.22% | 0.18% | - |
| XYZ | 2.09 | 1.98 | 2.02 | - |
| YUV | 39.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 37 | 0 | 0.22 | 0.20 | 0.82 | 354 | 0.12 | 0.16 |
| Hex | 2E | 24 | 25 | 0 | 16 | 14 | 52 | 162 | C | 10 |
| Octal | 56 | 44 | 45 | 0 | 26 | 24 | 122 | 542 | 14 | 20 |
| Binary | 101110 | 100100 | 100101 | 0 | 10110 | 10100 | 1010010 | 101100010 | 1100 | 10000 |
Color Harmonies of #2E2425
Complementary color
Monochromatic Colors of #2E2425
Black with #2E2425
Text Example
Text Example
White with #2E2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2425; }
p { color: rgb(46,36,37); }
H1.HeaderClassName
{
color: #2E2425;
}
.AnyTagClassName
{
color: #2E2425;
}
</style>
background-color css
<style>
a { background-color: #2E2425; }
a { background-color: rgb(46,36,37); }
div.DivClassName
{
background-color: #2E2425;
}
.BgClassName
{
background-color: #2E2425;
}
</style>
border-color css
<style>
span { border-color: #2E2425; }
span { border-color: rgb(46,36,37); }
td.TdClassName
{
border-color: #2E2425;
}
.TagClassName
{
border-color: #2E2425;
}
</style>