Shades of Aubergine #2F2629
Tints of Aubergine #2F2629
RGB
CMYK
RGB Variations
Color information
#2F2629 (or 0x2F2629) is known color: Aubergine. HEX triplet: 2F, 26 and 29. RGB value is (47,38,41). Sum of RGB (Red+Green+Blue) = 47+38+41=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2629 is #D0D9D6. Grayscale: #292929. Windows color (decimal): -13687255 or 2696751. OLE color: 2696751.
HSL color Cylindrical-coordinate representation of color #2F2629: hue angle of 340º 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 #2F2629 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 38 | 41 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.82 |
| HSL | 340º | 0.11% | 0.17% | - |
| HSV(B) | 340º | 0.19% | 0.18% | - |
| XYZ | 2.27 | 2.15 | 2.39 | - |
| YUV | 41.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 41 | 0 | 0.19 | 0.13 | 0.82 | 340 | 0.11 | 0.17 |
| Hex | 2F | 26 | 29 | 0 | 13 | D | 52 | 154 | B | 11 |
| Octal | 57 | 46 | 51 | 0 | 23 | 15 | 122 | 524 | 13 | 21 |
| Binary | 101111 | 100110 | 101001 | 0 | 10011 | 1101 | 1010010 | 101010100 | 1011 | 10001 |
Color Harmonies of #2F2629
Complementary color
Monochromatic Colors of #2F2629
Black with #2F2629
Text Example
Text Example
White with #2F2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2629; }
p { color: rgb(47,38,41); }
H1.HeaderClassName
{
color: #2F2629;
}
.AnyTagClassName
{
color: #2F2629;
}
</style>
background-color css
<style>
a { background-color: #2F2629; }
a { background-color: rgb(47,38,41); }
div.DivClassName
{
background-color: #2F2629;
}
.BgClassName
{
background-color: #2F2629;
}
</style>
border-color css
<style>
span { border-color: #2F2629; }
span { border-color: rgb(47,38,41); }
td.TdClassName
{
border-color: #2F2629;
}
.TagClassName
{
border-color: #2F2629;
}
</style>