Shades of Aubergine #2F2226
Tints of Aubergine #2F2226
RGB
CMYK
RGB Variations
Color information
#2F2226 (or 0x2F2226) is known color: Aubergine. HEX triplet: 2F, 22 and 26. RGB value is (47,34,38). Sum of RGB (Red+Green+Blue) = 47+34+38=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2226 is #D0DDD9. Grayscale: #262626. Windows color (decimal): -13688282 or 2499119. OLE color: 2499119.
HSL color Cylindrical-coordinate representation of color #2F2226: hue angle of 341.54º 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 #2F2226 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 34 | 38 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.82 |
| HSL | 341.54º | 0.16% | 0.16% | - |
| HSV(B) | 341.54º | 0.28% | 0.18% | - |
| XYZ | 2.09 | 1.89 | 2.09 | - |
| YUV | 38.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 38 | 0 | 0.28 | 0.19 | 0.82 | 341.54 | 0.16 | 0.16 |
| Hex | 2F | 22 | 26 | 0 | 1C | 13 | 52 | 156 | 10 | 10 |
| Octal | 57 | 42 | 46 | 0 | 34 | 23 | 122 | 526 | 20 | 20 |
| Binary | 101111 | 100010 | 100110 | 0 | 11100 | 10011 | 1010010 | 101010110 | 10000 | 10000 |
Color Harmonies of #2F2226
Complementary color
Monochromatic Colors of #2F2226
Black with #2F2226
Text Example
Text Example
White with #2F2226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2226; }
p { color: rgb(47,34,38); }
H1.HeaderClassName
{
color: #2F2226;
}
.AnyTagClassName
{
color: #2F2226;
}
</style>
background-color css
<style>
a { background-color: #2F2226; }
a { background-color: rgb(47,34,38); }
div.DivClassName
{
background-color: #2F2226;
}
.BgClassName
{
background-color: #2F2226;
}
</style>
border-color css
<style>
span { border-color: #2F2226; }
span { border-color: rgb(47,34,38); }
td.TdClassName
{
border-color: #2F2226;
}
.TagClassName
{
border-color: #2F2226;
}
</style>