Shades of Aubergine #2E2B2C
Tints of Aubergine #2E2B2C
RGB
CMYK
RGB Variations
Color information
#2E2B2C (or 0x2E2B2C) is known color: Aubergine. HEX triplet: 2E, 2B and 2C. RGB value is (46,43,44). Sum of RGB (Red+Green+Blue) = 46+43+44=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2B2C is #D1D4D3. Grayscale: #2C2C2C. Windows color (decimal): -13751508 or 2894638. OLE color: 2894638.
HSL color Cylindrical-coordinate representation of color #2E2B2C: hue angle of 340º degrees, saturation: 0.03, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #2E2B2C is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 43 | 44 | - |
CMYK | 0 | 0.07 | 0.04 | 0.82 |
HSL | 340º | 0.03% | 0.17% | - |
HSV(B) | 340º | 0.07% | 0.18% | - |
XYZ | 2.45 | 2.49 | 2.73 | - |
YUV | 44.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 43 | 44 | 0 | 0.07 | 0.04 | 0.82 | 340 | 0.03 | 0.17 |
Hex | 2E | 2B | 2C | 0 | 7 | 4 | 52 | 154 | 3 | 11 |
Octal | 56 | 53 | 54 | 0 | 7 | 4 | 122 | 524 | 3 | 21 |
Binary | 101110 | 101011 | 101100 | 0 | 111 | 100 | 1010010 | 101010100 | 11 | 10001 |
Color Harmonies of #2E2B2C
Complementary color
Monochromatic Colors of #2E2B2C
Black with #2E2B2C
Text Example
Text Example
White with #2E2B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B2C; }
p { color: rgb(46,43,44); }
H1.HeaderClassName
{
color: #2E2B2C;
}
.AnyTagClassName
{
color: #2E2B2C;
}
</style>
background-color css
<style>
a { background-color: #2E2B2C; }
a { background-color: rgb(46,43,44); }
div.DivClassName
{
background-color: #2E2B2C;
}
.BgClassName
{
background-color: #2E2B2C;
}
</style>
border-color css
<style>
span { border-color: #2E2B2C; }
span { border-color: rgb(46,43,44); }
td.TdClassName
{
border-color: #2E2B2C;
}
.TagClassName
{
border-color: #2E2B2C;
}
</style>