Shades of Aubergine #2A2223
Tints of Aubergine #2A2223
RGB
CMYK
RGB Variations
Color information
#2A2223 (or 0x2A2223) is known color: Aubergine. HEX triplet: 2A, 22 and 23. RGB value is (42,34,35). Sum of RGB (Red+Green+Blue) = 42+34+35=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2223 is #D5DDDC. Grayscale: #242424. Windows color (decimal): -14015965 or 2302506. OLE color: 2302506.
HSL color Cylindrical-coordinate representation of color #2A2223: hue angle of 352.5º 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 #2A2223 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 34 | 35 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.84 |
| HSL | 352.5º | 0.11% | 0.15% | - |
| HSV(B) | 352.5º | 0.19% | 0.16% | - |
| XYZ | 1.83 | 1.76 | 1.83 | - |
| YUV | 36.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 35 | 0 | 0.19 | 0.17 | 0.84 | 352.5 | 0.11 | 0.15 |
| Hex | 2A | 22 | 23 | 0 | 13 | 11 | 54 | 160 | B | F |
| Octal | 52 | 42 | 43 | 0 | 23 | 21 | 124 | 540 | 13 | 17 |
| Binary | 101010 | 100010 | 100011 | 0 | 10011 | 10001 | 1010100 | 101100000 | 1011 | 1111 |
Color Harmonies of #2A2223
Complementary color
Monochromatic Colors of #2A2223
Black with #2A2223
Text Example
Text Example
White with #2A2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2223; }
p { color: rgb(42,34,35); }
H1.HeaderClassName
{
color: #2A2223;
}
.AnyTagClassName
{
color: #2A2223;
}
</style>
background-color css
<style>
a { background-color: #2A2223; }
a { background-color: rgb(42,34,35); }
div.DivClassName
{
background-color: #2A2223;
}
.BgClassName
{
background-color: #2A2223;
}
</style>
border-color css
<style>
span { border-color: #2A2223; }
span { border-color: rgb(42,34,35); }
td.TdClassName
{
border-color: #2A2223;
}
.TagClassName
{
border-color: #2A2223;
}
</style>