Shades of Aubergine #392E31
Tints of Aubergine #392E31
RGB
CMYK
RGB Variations
Color information
#392E31 (or 0x392E31) is known color: Aubergine. HEX triplet: 39, 2E and 31. RGB value is (57,46,49). Sum of RGB (Red+Green+Blue) = 57+46+49=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 57 - color contains mainly: red. Hex color #392E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E31 is #C6D1CE. Grayscale: #313131. Windows color (decimal): -13029839 or 3223097. OLE color: 3223097.
HSL color Cylindrical-coordinate representation of color #392E31: hue angle of 343.64º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #392E31 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 46 | 49 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.78 |
| HSL | 343.64º | 0.11% | 0.2% | - |
| HSV(B) | 343.64º | 0.19% | 0.22% | - |
| XYZ | 3.22 | 3.05 | 3.32 | - |
| YUV | 49.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 49 | 0 | 0.19 | 0.14 | 0.78 | 343.64 | 0.11 | 0.2 |
| Hex | 39 | 2E | 31 | 0 | 13 | E | 4E | 158 | B | 14 |
| Octal | 71 | 56 | 61 | 0 | 23 | 16 | 116 | 530 | 13 | 24 |
| Binary | 111001 | 101110 | 110001 | 0 | 10011 | 1110 | 1001110 | 101011000 | 1011 | 10100 |
Color Harmonies of #392E31
Complementary color
Monochromatic Colors of #392E31
Black with #392E31
Text Example
Text Example
White with #392E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E31; }
p { color: rgb(57,46,49); }
H1.HeaderClassName
{
color: #392E31;
}
.AnyTagClassName
{
color: #392E31;
}
</style>
background-color css
<style>
a { background-color: #392E31; }
a { background-color: rgb(57,46,49); }
div.DivClassName
{
background-color: #392E31;
}
.BgClassName
{
background-color: #392E31;
}
</style>
border-color css
<style>
span { border-color: #392E31; }
span { border-color: rgb(57,46,49); }
td.TdClassName
{
border-color: #392E31;
}
.TagClassName
{
border-color: #392E31;
}
</style>