Shades of Aubergine #2F2224
Tints of Aubergine #2F2224
RGB
CMYK
RGB Variations
Color information
#2F2224 (or 0x2F2224) is known color: Aubergine. HEX triplet: 2F, 22 and 24. RGB value is (47,34,36). Sum of RGB (Red+Green+Blue) = 47+34+36=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2224 is #D0DDDB. Grayscale: #262626. Windows color (decimal): -13688284 or 2368047. OLE color: 2368047.
HSL color Cylindrical-coordinate representation of color #2F2224: hue angle of 350.77º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F2224 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 34 | 36 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.82 |
| HSL | 350.77º | 0.16% | 0.16% | - |
| HSV(B) | 350.77º | 0.28% | 0.18% | - |
| XYZ | 2.06 | 1.88 | 1.92 | - |
| YUV | 38.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 36 | 0 | 0.28 | 0.23 | 0.82 | 350.77 | 0.16 | 0.16 |
| Hex | 2F | 22 | 24 | 0 | 1C | 17 | 52 | 15F | 10 | 10 |
| Octal | 57 | 42 | 44 | 0 | 34 | 27 | 122 | 537 | 20 | 20 |
| Binary | 101111 | 100010 | 100100 | 0 | 11100 | 10111 | 1010010 | 101011111 | 10000 | 10000 |
Color Harmonies of #2F2224
Complementary color
Monochromatic Colors of #2F2224
Black with #2F2224
Text Example
Text Example
White with #2F2224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2224; }
p { color: rgb(47,34,36); }
H1.HeaderClassName
{
color: #2F2224;
}
.AnyTagClassName
{
color: #2F2224;
}
</style>
background-color css
<style>
a { background-color: #2F2224; }
a { background-color: rgb(47,34,36); }
div.DivClassName
{
background-color: #2F2224;
}
.BgClassName
{
background-color: #2F2224;
}
</style>
border-color css
<style>
span { border-color: #2F2224; }
span { border-color: rgb(47,34,36); }
td.TdClassName
{
border-color: #2F2224;
}
.TagClassName
{
border-color: #2F2224;
}
</style>