Shades of Aubergine #2F2526
Tints of Aubergine #2F2526
RGB
CMYK
RGB Variations
Color information
#2F2526 (or 0x2F2526) is known color: Aubergine. HEX triplet: 2F, 25 and 26. RGB value is (47,37,38). Sum of RGB (Red+Green+Blue) = 47+37+38=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2526 is #D0DAD9. Grayscale: #282828. Windows color (decimal): -13687514 or 2499887. OLE color: 2499887.
HSL color Cylindrical-coordinate representation of color #2F2526: hue angle of 354º 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 #2F2526 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 37 | 38 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.82 |
| HSL | 354º | 0.12% | 0.16% | - |
| HSV(B) | 354º | 0.21% | 0.18% | - |
| XYZ | 2.18 | 2.07 | 2.12 | - |
| YUV | 40.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 38 | 0 | 0.21 | 0.19 | 0.82 | 354 | 0.12 | 0.16 |
| Hex | 2F | 25 | 26 | 0 | 15 | 13 | 52 | 162 | C | 10 |
| Octal | 57 | 45 | 46 | 0 | 25 | 23 | 122 | 542 | 14 | 20 |
| Binary | 101111 | 100101 | 100110 | 0 | 10101 | 10011 | 1010010 | 101100010 | 1100 | 10000 |
Color Harmonies of #2F2526
Complementary color
Monochromatic Colors of #2F2526
Black with #2F2526
Text Example
Text Example
White with #2F2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2526; }
p { color: rgb(47,37,38); }
H1.HeaderClassName
{
color: #2F2526;
}
.AnyTagClassName
{
color: #2F2526;
}
</style>
background-color css
<style>
a { background-color: #2F2526; }
a { background-color: rgb(47,37,38); }
div.DivClassName
{
background-color: #2F2526;
}
.BgClassName
{
background-color: #2F2526;
}
</style>
border-color css
<style>
span { border-color: #2F2526; }
span { border-color: rgb(47,37,38); }
td.TdClassName
{
border-color: #2F2526;
}
.TagClassName
{
border-color: #2F2526;
}
</style>