Shades of Aubergine #392528
Tints of Aubergine #392528
RGB
CMYK
RGB Variations
Color information
#392528 (or 0x392528) is known color: Aubergine. HEX triplet: 39, 25 and 28. RGB value is (57,37,40). Sum of RGB (Red+Green+Blue) = 57+37+40=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #392528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392528 is #C6DAD7. Grayscale: #2B2B2B. Windows color (decimal): -13032152 or 2630969. OLE color: 2630969.
HSL color Cylindrical-coordinate representation of color #392528: hue angle of 351º 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 #392528 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 40 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.78 |
| HSL | 351º | 0.21% | 0.18% | - |
| HSV(B) | 351º | 0.35% | 0.22% | - |
| XYZ | 2.73 | 2.35 | 2.32 | - |
| YUV | 43.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 40 | 0 | 0.35 | 0.30 | 0.78 | 351 | 0.21 | 0.18 |
| Hex | 39 | 25 | 28 | 0 | 23 | 1E | 4E | 15F | 15 | 12 |
| Octal | 71 | 45 | 50 | 0 | 43 | 36 | 116 | 537 | 25 | 22 |
| Binary | 111001 | 100101 | 101000 | 0 | 100011 | 11110 | 1001110 | 101011111 | 10101 | 10010 |
Color Harmonies of #392528
Complementary color
Monochromatic Colors of #392528
Black with #392528
Text Example
Text Example
White with #392528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392528; }
p { color: rgb(57,37,40); }
H1.HeaderClassName
{
color: #392528;
}
.AnyTagClassName
{
color: #392528;
}
</style>
background-color css
<style>
a { background-color: #392528; }
a { background-color: rgb(57,37,40); }
div.DivClassName
{
background-color: #392528;
}
.BgClassName
{
background-color: #392528;
}
</style>
border-color css
<style>
span { border-color: #392528; }
span { border-color: rgb(57,37,40); }
td.TdClassName
{
border-color: #392528;
}
.TagClassName
{
border-color: #392528;
}
</style>