Shades of Aubergine #2E2A2B
Tints of Aubergine #2E2A2B
RGB
CMYK
RGB Variations
Color information
#2E2A2B (or 0x2E2A2B) is known color: Aubergine. HEX triplet: 2E, 2A and 2B. RGB value is (46,42,43). Sum of RGB (Red+Green+Blue) = 46+42+43=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2A2B is #D1D5D4. Grayscale: #2B2B2B. Windows color (decimal): -13751765 or 2828846. OLE color: 2828846.
HSL color Cylindrical-coordinate representation of color #2E2A2B: hue angle of 345º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2E2A2B is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 42 | 43 | - |
CMYK | 0 | 0.09 | 0.07 | 0.82 |
HSL | 345º | 0.05% | 0.17% | - |
HSV(B) | 345º | 0.09% | 0.18% | - |
XYZ | 2.39 | 2.41 | 2.62 | - |
YUV | 43.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 42 | 43 | 0 | 0.09 | 0.07 | 0.82 | 345 | 0.05 | 0.17 |
Hex | 2E | 2A | 2B | 0 | 9 | 7 | 52 | 159 | 5 | 11 |
Octal | 56 | 52 | 53 | 0 | 11 | 7 | 122 | 531 | 5 | 21 |
Binary | 101110 | 101010 | 101011 | 0 | 1001 | 111 | 1010010 | 101011001 | 101 | 10001 |
Color Harmonies of #2E2A2B
Complementary color
Monochromatic Colors of #2E2A2B
Black with #2E2A2B
Text Example
Text Example
White with #2E2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A2B; }
p { color: rgb(46,42,43); }
H1.HeaderClassName
{
color: #2E2A2B;
}
.AnyTagClassName
{
color: #2E2A2B;
}
</style>
background-color css
<style>
a { background-color: #2E2A2B; }
a { background-color: rgb(46,42,43); }
div.DivClassName
{
background-color: #2E2A2B;
}
.BgClassName
{
background-color: #2E2A2B;
}
</style>
border-color css
<style>
span { border-color: #2E2A2B; }
span { border-color: rgb(46,42,43); }
td.TdClassName
{
border-color: #2E2A2B;
}
.TagClassName
{
border-color: #2E2A2B;
}
</style>