Shades of Aubergine #2A2224
Tints of Aubergine #2A2224
RGB
CMYK
RGB Variations
Color information
#2A2224 (or 0x2A2224) is known color: Aubergine. HEX triplet: 2A, 22 and 24. RGB value is (42,34,36). Sum of RGB (Red+Green+Blue) = 42+34+36=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2224 is #D5DDDB. Grayscale: #242424. Windows color (decimal): -14015964 or 2368042. OLE color: 2368042.
HSL color Cylindrical-coordinate representation of color #2A2224: hue angle of 345º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2A2224 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 34 | 36 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.84 |
| HSL | 345º | 0.11% | 0.15% | - |
| HSV(B) | 345º | 0.19% | 0.16% | - |
| XYZ | 1.85 | 1.76 | 1.91 | - |
| YUV | 36.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 36 | 0 | 0.19 | 0.14 | 0.84 | 345 | 0.11 | 0.15 |
| Hex | 2A | 22 | 24 | 0 | 13 | E | 54 | 159 | B | F |
| Octal | 52 | 42 | 44 | 0 | 23 | 16 | 124 | 531 | 13 | 17 |
| Binary | 101010 | 100010 | 100100 | 0 | 10011 | 1110 | 1010100 | 101011001 | 1011 | 1111 |
Color Harmonies of #2A2224
Complementary color
Monochromatic Colors of #2A2224
Black with #2A2224
Text Example
Text Example
White with #2A2224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2224; }
p { color: rgb(42,34,36); }
H1.HeaderClassName
{
color: #2A2224;
}
.AnyTagClassName
{
color: #2A2224;
}
</style>
background-color css
<style>
a { background-color: #2A2224; }
a { background-color: rgb(42,34,36); }
div.DivClassName
{
background-color: #2A2224;
}
.BgClassName
{
background-color: #2A2224;
}
</style>
border-color css
<style>
span { border-color: #2A2224; }
span { border-color: rgb(42,34,36); }
td.TdClassName
{
border-color: #2A2224;
}
.TagClassName
{
border-color: #2A2224;
}
</style>