Shades of Aubergine #2E2627
Tints of Aubergine #2E2627
RGB
CMYK
RGB Variations
Color information
#2E2627 (or 0x2E2627) is known color: Aubergine. HEX triplet: 2E, 26 and 27. RGB value is (46,38,39). Sum of RGB (Red+Green+Blue) = 46+38+39=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2627 is #D1D9D8. Grayscale: #282828. Windows color (decimal): -13752793 or 2565678. OLE color: 2565678.
HSL color Cylindrical-coordinate representation of color #2E2627: hue angle of 352.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2E2627 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 38 | 39 | - |
CMYK | 0 | 0.17 | 0.15 | 0.82 |
HSL | 352.5º | 0.1% | 0.16% | - |
HSV(B) | 352.5º | 0.17% | 0.18% | - |
XYZ | 2.19 | 2.11 | 2.21 | - |
YUV | 40.51 | 127.15 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 38 | 39 | 0 | 0.17 | 0.15 | 0.82 | 352.5 | 0.1 | 0.16 |
Hex | 2E | 26 | 27 | 0 | 11 | F | 52 | 160 | A | 10 |
Octal | 56 | 46 | 47 | 0 | 21 | 17 | 122 | 540 | 12 | 20 |
Binary | 101110 | 100110 | 100111 | 0 | 10001 | 1111 | 1010010 | 101100000 | 1010 | 10000 |
Color Harmonies of #2E2627
Complementary color
Monochromatic Colors of #2E2627
Black with #2E2627
Text Example
Text Example
White with #2E2627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2627; }
p { color: rgb(46,38,39); }
H1.HeaderClassName
{
color: #2E2627;
}
.AnyTagClassName
{
color: #2E2627;
}
</style>
background-color css
<style>
a { background-color: #2E2627; }
a { background-color: rgb(46,38,39); }
div.DivClassName
{
background-color: #2E2627;
}
.BgClassName
{
background-color: #2E2627;
}
</style>
border-color css
<style>
span { border-color: #2E2627; }
span { border-color: rgb(46,38,39); }
td.TdClassName
{
border-color: #2E2627;
}
.TagClassName
{
border-color: #2E2627;
}
</style>