Shades of Aubergine #2E2025
Tints of Aubergine #2E2025
RGB
CMYK
RGB Variations
Color information
#2E2025 (or 0x2E2025) is known color: Aubergine. HEX triplet: 2E, 20 and 25. RGB value is (46,32,37). Sum of RGB (Red+Green+Blue) = 46+32+37=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2025 is #D1DFDA. Grayscale: #242424. Windows color (decimal): -13754331 or 2433070. OLE color: 2433070.
HSL color Cylindrical-coordinate representation of color #2E2025: hue angle of 338.57º 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 #2E2025 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 32 | 37 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.82 |
| HSL | 338.57º | 0.18% | 0.15% | - |
| HSV(B) | 338.57º | 0.3% | 0.18% | - |
| XYZ | 1.98 | 1.75 | 1.98 | - |
| YUV | 36.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 37 | 0 | 0.30 | 0.20 | 0.82 | 338.57 | 0.18 | 0.15 |
| Hex | 2E | 20 | 25 | 0 | 1E | 14 | 52 | 153 | 12 | F |
| Octal | 56 | 40 | 45 | 0 | 36 | 24 | 122 | 523 | 22 | 17 |
| Binary | 101110 | 100000 | 100101 | 0 | 11110 | 10100 | 1010010 | 101010011 | 10010 | 1111 |
Color Harmonies of #2E2025
Complementary color
Monochromatic Colors of #2E2025
Black with #2E2025
Text Example
Text Example
White with #2E2025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2025; }
p { color: rgb(46,32,37); }
H1.HeaderClassName
{
color: #2E2025;
}
.AnyTagClassName
{
color: #2E2025;
}
</style>
background-color css
<style>
a { background-color: #2E2025; }
a { background-color: rgb(46,32,37); }
div.DivClassName
{
background-color: #2E2025;
}
.BgClassName
{
background-color: #2E2025;
}
</style>
border-color css
<style>
span { border-color: #2E2025; }
span { border-color: rgb(46,32,37); }
td.TdClassName
{
border-color: #2E2025;
}
.TagClassName
{
border-color: #2E2025;
}
</style>