Shades of Aubergine #2F2528
Tints of Aubergine #2F2528
RGB
CMYK
RGB Variations
Color information
#2F2528 (or 0x2F2528) is known color: Aubergine. HEX triplet: 2F, 25 and 28. RGB value is (47,37,40). Sum of RGB (Red+Green+Blue) = 47+37+40=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2528 is #D0DAD7. Grayscale: #282828. Windows color (decimal): -13687512 or 2630959. OLE color: 2630959.
HSL color Cylindrical-coordinate representation of color #2F2528: hue angle of 342º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2F2528 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 37 | 40 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.82 |
| HSL | 342º | 0.12% | 0.16% | - |
| HSV(B) | 342º | 0.21% | 0.18% | - |
| XYZ | 2.22 | 2.08 | 2.29 | - |
| YUV | 40.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 40 | 0 | 0.21 | 0.15 | 0.82 | 342 | 0.12 | 0.16 |
| Hex | 2F | 25 | 28 | 0 | 15 | F | 52 | 156 | C | 10 |
| Octal | 57 | 45 | 50 | 0 | 25 | 17 | 122 | 526 | 14 | 20 |
| Binary | 101111 | 100101 | 101000 | 0 | 10101 | 1111 | 1010010 | 101010110 | 1100 | 10000 |
Color Harmonies of #2F2528
Complementary color
Monochromatic Colors of #2F2528
Black with #2F2528
Text Example
Text Example
White with #2F2528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2528; }
p { color: rgb(47,37,40); }
H1.HeaderClassName
{
color: #2F2528;
}
.AnyTagClassName
{
color: #2F2528;
}
</style>
background-color css
<style>
a { background-color: #2F2528; }
a { background-color: rgb(47,37,40); }
div.DivClassName
{
background-color: #2F2528;
}
.BgClassName
{
background-color: #2F2528;
}
</style>
border-color css
<style>
span { border-color: #2F2528; }
span { border-color: rgb(47,37,40); }
td.TdClassName
{
border-color: #2F2528;
}
.TagClassName
{
border-color: #2F2528;
}
</style>