Shades of Aubergine #2F1E24
Tints of Aubergine #2F1E24
RGB
CMYK
RGB Variations
Color information
#2F1E24 (or 0x2F1E24) is known color: Aubergine. HEX triplet: 2F, 1E and 24. RGB value is (47,30,36). Sum of RGB (Red+Green+Blue) = 47+30+36=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E24 is #D0E1DB. Grayscale: #232323. Windows color (decimal): -13689308 or 2367023. OLE color: 2367023.
HSL color Cylindrical-coordinate representation of color #2F1E24: hue angle of 338.82º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F1E24 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 30 | 36 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.82 |
| HSL | 338.82º | 0.22% | 0.15% | - |
| HSV(B) | 338.82º | 0.36% | 0.18% | - |
| XYZ | 1.96 | 1.66 | 1.89 | - |
| YUV | 35.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 36 | 0 | 0.36 | 0.23 | 0.82 | 338.82 | 0.22 | 0.15 |
| Hex | 2F | 1E | 24 | 0 | 24 | 17 | 52 | 153 | 16 | F |
| Octal | 57 | 36 | 44 | 0 | 44 | 27 | 122 | 523 | 26 | 17 |
| Binary | 101111 | 11110 | 100100 | 0 | 100100 | 10111 | 1010010 | 101010011 | 10110 | 1111 |
Color Harmonies of #2F1E24
Complementary color
Monochromatic Colors of #2F1E24
Black with #2F1E24
Text Example
Text Example
White with #2F1E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1E24; }
p { color: rgb(47,30,36); }
H1.HeaderClassName
{
color: #2F1E24;
}
.AnyTagClassName
{
color: #2F1E24;
}
</style>
background-color css
<style>
a { background-color: #2F1E24; }
a { background-color: rgb(47,30,36); }
div.DivClassName
{
background-color: #2F1E24;
}
.BgClassName
{
background-color: #2F1E24;
}
</style>
border-color css
<style>
span { border-color: #2F1E24; }
span { border-color: rgb(47,30,36); }
td.TdClassName
{
border-color: #2F1E24;
}
.TagClassName
{
border-color: #2F1E24;
}
</style>