Shades of Aubergine #2F2628
Tints of Aubergine #2F2628
RGB
CMYK
RGB Variations
Color information
#2F2628 (or 0x2F2628) is known color: Aubergine. HEX triplet: 2F, 26 and 28. RGB value is (47,38,40). Sum of RGB (Red+Green+Blue) = 47+38+40=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2628 is #D0D9D7. Grayscale: #282828. Windows color (decimal): -13687256 or 2631215. OLE color: 2631215.
HSL color Cylindrical-coordinate representation of color #2F2628: hue angle of 346.67º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F2628 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 38 | 40 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.82 |
| HSL | 346.67º | 0.11% | 0.17% | - |
| HSV(B) | 346.67º | 0.19% | 0.18% | - |
| XYZ | 2.25 | 2.14 | 2.3 | - |
| YUV | 40.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 40 | 0 | 0.19 | 0.15 | 0.82 | 346.67 | 0.11 | 0.17 |
| Hex | 2F | 26 | 28 | 0 | 13 | F | 52 | 15B | B | 11 |
| Octal | 57 | 46 | 50 | 0 | 23 | 17 | 122 | 533 | 13 | 21 |
| Binary | 101111 | 100110 | 101000 | 0 | 10011 | 1111 | 1010010 | 101011011 | 1011 | 10001 |
Color Harmonies of #2F2628
Complementary color
Monochromatic Colors of #2F2628
Black with #2F2628
Text Example
Text Example
White with #2F2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2628; }
p { color: rgb(47,38,40); }
H1.HeaderClassName
{
color: #2F2628;
}
.AnyTagClassName
{
color: #2F2628;
}
</style>
background-color css
<style>
a { background-color: #2F2628; }
a { background-color: rgb(47,38,40); }
div.DivClassName
{
background-color: #2F2628;
}
.BgClassName
{
background-color: #2F2628;
}
</style>
border-color css
<style>
span { border-color: #2F2628; }
span { border-color: rgb(47,38,40); }
td.TdClassName
{
border-color: #2F2628;
}
.TagClassName
{
border-color: #2F2628;
}
</style>