Shades of Aubergine #2F2829
Tints of Aubergine #2F2829
RGB
CMYK
RGB Variations
Color information
#2F2829 (or 0x2F2829) is known color: Aubergine. HEX triplet: 2F, 28 and 29. RGB value is (47,40,41). Sum of RGB (Red+Green+Blue) = 47+40+41=128 (16% of max value = 765). Red value is 47 (18.75% from 255 or 36.72% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2829 is #D0D7D6. Grayscale: #2A2A2A. Windows color (decimal): -13686743 or 2697263. OLE color: 2697263.
HSL color Cylindrical-coordinate representation of color #2F2829: hue angle of 351.43º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F2829 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 41 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.82 |
| HSL | 351.43º | 0.08% | 0.17% | - |
| HSV(B) | 351.43º | 0.15% | 0.18% | - |
| XYZ | 2.33 | 2.28 | 2.42 | - |
| YUV | 42.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 41 | 0 | 0.15 | 0.13 | 0.82 | 351.43 | 0.08 | 0.17 |
| Hex | 2F | 28 | 29 | 0 | F | D | 52 | 15F | 8 | 11 |
| Octal | 57 | 50 | 51 | 0 | 17 | 15 | 122 | 537 | 10 | 21 |
| Binary | 101111 | 101000 | 101001 | 0 | 1111 | 1101 | 1010010 | 101011111 | 1000 | 10001 |
Color Harmonies of #2F2829
Complementary color
Monochromatic Colors of #2F2829
Black with #2F2829
Text Example
Text Example
White with #2F2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2829; }
p { color: rgb(47,40,41); }
H1.HeaderClassName
{
color: #2F2829;
}
.AnyTagClassName
{
color: #2F2829;
}
</style>
background-color css
<style>
a { background-color: #2F2829; }
a { background-color: rgb(47,40,41); }
div.DivClassName
{
background-color: #2F2829;
}
.BgClassName
{
background-color: #2F2829;
}
</style>
border-color css
<style>
span { border-color: #2F2829; }
span { border-color: rgb(47,40,41); }
td.TdClassName
{
border-color: #2F2829;
}
.TagClassName
{
border-color: #2F2829;
}
</style>