Shades of Aubergine #2E2325
Tints of Aubergine #2E2325
RGB
CMYK
RGB Variations
Color information
#2E2325 (or 0x2E2325) is known color: Aubergine. HEX triplet: 2E, 23 and 25. RGB value is (46,35,37). Sum of RGB (Red+Green+Blue) = 46+35+37=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2325 is #D1DCDA. Grayscale: #262626. Windows color (decimal): -13753563 or 2433838. OLE color: 2433838.
HSL color Cylindrical-coordinate representation of color #2E2325: hue angle of 349.09º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2E2325 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 35 | 37 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.82 |
| HSL | 349.09º | 0.14% | 0.16% | - |
| HSV(B) | 349.09º | 0.24% | 0.18% | - |
| XYZ | 2.06 | 1.92 | 2.01 | - |
| YUV | 38.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 37 | 0 | 0.24 | 0.20 | 0.82 | 349.09 | 0.14 | 0.16 |
| Hex | 2E | 23 | 25 | 0 | 18 | 14 | 52 | 15D | E | 10 |
| Octal | 56 | 43 | 45 | 0 | 30 | 24 | 122 | 535 | 16 | 20 |
| Binary | 101110 | 100011 | 100101 | 0 | 11000 | 10100 | 1010010 | 101011101 | 1110 | 10000 |
Color Harmonies of #2E2325
Complementary color
Monochromatic Colors of #2E2325
Black with #2E2325
Text Example
Text Example
White with #2E2325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2325; }
p { color: rgb(46,35,37); }
H1.HeaderClassName
{
color: #2E2325;
}
.AnyTagClassName
{
color: #2E2325;
}
</style>
background-color css
<style>
a { background-color: #2E2325; }
a { background-color: rgb(46,35,37); }
div.DivClassName
{
background-color: #2E2325;
}
.BgClassName
{
background-color: #2E2325;
}
</style>
border-color css
<style>
span { border-color: #2E2325; }
span { border-color: rgb(46,35,37); }
td.TdClassName
{
border-color: #2E2325;
}
.TagClassName
{
border-color: #2E2325;
}
</style>