Shades of Aubergine #392529
Tints of Aubergine #392529
RGB
CMYK
RGB Variations
Color information
#392529 (or 0x392529) is known color: Aubergine. HEX triplet: 39, 25 and 29. RGB value is (57,37,41). Sum of RGB (Red+Green+Blue) = 57+37+41=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #392529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392529 is #C6DAD6. Grayscale: #2B2B2B. Windows color (decimal): -13032151 or 2696505. OLE color: 2696505.
HSL color Cylindrical-coordinate representation of color #392529: hue angle of 348º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #392529 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 41 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.78 |
| HSL | 348º | 0.21% | 0.18% | - |
| HSV(B) | 348º | 0.35% | 0.22% | - |
| XYZ | 2.75 | 2.35 | 2.41 | - |
| YUV | 43.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 41 | 0 | 0.35 | 0.28 | 0.78 | 348 | 0.21 | 0.18 |
| Hex | 39 | 25 | 29 | 0 | 23 | 1C | 4E | 15C | 15 | 12 |
| Octal | 71 | 45 | 51 | 0 | 43 | 34 | 116 | 534 | 25 | 22 |
| Binary | 111001 | 100101 | 101001 | 0 | 100011 | 11100 | 1001110 | 101011100 | 10101 | 10010 |
Color Harmonies of #392529
Complementary color
Monochromatic Colors of #392529
Black with #392529
Text Example
Text Example
White with #392529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392529; }
p { color: rgb(57,37,41); }
H1.HeaderClassName
{
color: #392529;
}
.AnyTagClassName
{
color: #392529;
}
</style>
background-color css
<style>
a { background-color: #392529; }
a { background-color: rgb(57,37,41); }
div.DivClassName
{
background-color: #392529;
}
.BgClassName
{
background-color: #392529;
}
</style>
border-color css
<style>
span { border-color: #392529; }
span { border-color: rgb(57,37,41); }
td.TdClassName
{
border-color: #392529;
}
.TagClassName
{
border-color: #392529;
}
</style>