Shades of Aubergine #2F2126
Tints of Aubergine #2F2126
RGB
CMYK
RGB Variations
Color information
#2F2126 (or 0x2F2126) is known color: Aubergine. HEX triplet: 2F, 21 and 26. RGB value is (47,33,38). Sum of RGB (Red+Green+Blue) = 47+33+38=118 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.83% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2126 is #D0DED9. Grayscale: #252525. Windows color (decimal): -13688538 or 2498863. OLE color: 2498863.
HSL color Cylindrical-coordinate representation of color #2F2126: hue angle of 338.57º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F2126 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 33 | 38 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.82 |
| HSL | 338.57º | 0.18% | 0.16% | - |
| HSV(B) | 338.57º | 0.3% | 0.18% | - |
| XYZ | 2.07 | 1.83 | 2.08 | - |
| YUV | 37.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 38 | 0 | 0.30 | 0.19 | 0.82 | 338.57 | 0.18 | 0.16 |
| Hex | 2F | 21 | 26 | 0 | 1E | 13 | 52 | 153 | 12 | 10 |
| Octal | 57 | 41 | 46 | 0 | 36 | 23 | 122 | 523 | 22 | 20 |
| Binary | 101111 | 100001 | 100110 | 0 | 11110 | 10011 | 1010010 | 101010011 | 10010 | 10000 |
Color Harmonies of #2F2126
Complementary color
Monochromatic Colors of #2F2126
Black with #2F2126
Text Example
Text Example
White with #2F2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2126; }
p { color: rgb(47,33,38); }
H1.HeaderClassName
{
color: #2F2126;
}
.AnyTagClassName
{
color: #2F2126;
}
</style>
background-color css
<style>
a { background-color: #2F2126; }
a { background-color: rgb(47,33,38); }
div.DivClassName
{
background-color: #2F2126;
}
.BgClassName
{
background-color: #2F2126;
}
</style>
border-color css
<style>
span { border-color: #2F2126; }
span { border-color: rgb(47,33,38); }
td.TdClassName
{
border-color: #2F2126;
}
.TagClassName
{
border-color: #2F2126;
}
</style>