Shades of Aubergine #2E2023
Tints of Aubergine #2E2023
RGB
CMYK
RGB Variations
Color information
#2E2023 (or 0x2E2023) is known color: Aubergine. HEX triplet: 2E, 20 and 23. RGB value is (46,32,35). Sum of RGB (Red+Green+Blue) = 46+32+35=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2023 is #D1DFDC. Grayscale: #242424. Windows color (decimal): -13754333 or 2301998. OLE color: 2301998.
HSL color Cylindrical-coordinate representation of color #2E2023: hue angle of 347.14º 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 #2E2023 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 32 | 35 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.82 |
| HSL | 347.14º | 0.18% | 0.15% | - |
| HSV(B) | 347.14º | 0.3% | 0.18% | - |
| XYZ | 1.95 | 1.74 | 1.82 | - |
| YUV | 36.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 35 | 0 | 0.30 | 0.24 | 0.82 | 347.14 | 0.18 | 0.15 |
| Hex | 2E | 20 | 23 | 0 | 1E | 18 | 52 | 15B | 12 | F |
| Octal | 56 | 40 | 43 | 0 | 36 | 30 | 122 | 533 | 22 | 17 |
| Binary | 101110 | 100000 | 100011 | 0 | 11110 | 11000 | 1010010 | 101011011 | 10010 | 1111 |
Color Harmonies of #2E2023
Complementary color
Monochromatic Colors of #2E2023
Black with #2E2023
Text Example
Text Example
White with #2E2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2023; }
p { color: rgb(46,32,35); }
H1.HeaderClassName
{
color: #2E2023;
}
.AnyTagClassName
{
color: #2E2023;
}
</style>
background-color css
<style>
a { background-color: #2E2023; }
a { background-color: rgb(46,32,35); }
div.DivClassName
{
background-color: #2E2023;
}
.BgClassName
{
background-color: #2E2023;
}
</style>
border-color css
<style>
span { border-color: #2E2023; }
span { border-color: rgb(46,32,35); }
td.TdClassName
{
border-color: #2E2023;
}
.TagClassName
{
border-color: #2E2023;
}
</style>