Shades of Aubergine #392428
Tints of Aubergine #392428
RGB
CMYK
RGB Variations
Color information
#392428 (or 0x392428) is known color: Aubergine. HEX triplet: 39, 24 and 28. RGB value is (57,36,40). Sum of RGB (Red+Green+Blue) = 57+36+40=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #392428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392428 is #C6DBD7. Grayscale: #2A2A2A. Windows color (decimal): -13032408 or 2630713. OLE color: 2630713.
HSL color Cylindrical-coordinate representation of color #392428: hue angle of 348.57º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #392428 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 36 | 40 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.78 |
| HSL | 348.57º | 0.23% | 0.18% | - |
| HSV(B) | 348.57º | 0.37% | 0.22% | - |
| XYZ | 2.7 | 2.28 | 2.31 | - |
| YUV | 42.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 40 | 0 | 0.37 | 0.30 | 0.78 | 348.57 | 0.23 | 0.18 |
| Hex | 39 | 24 | 28 | 0 | 25 | 1E | 4E | 15D | 17 | 12 |
| Octal | 71 | 44 | 50 | 0 | 45 | 36 | 116 | 535 | 27 | 22 |
| Binary | 111001 | 100100 | 101000 | 0 | 100101 | 11110 | 1001110 | 101011101 | 10111 | 10010 |
Color Harmonies of #392428
Complementary color
Monochromatic Colors of #392428
Black with #392428
Text Example
Text Example
White with #392428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392428; }
p { color: rgb(57,36,40); }
H1.HeaderClassName
{
color: #392428;
}
.AnyTagClassName
{
color: #392428;
}
</style>
background-color css
<style>
a { background-color: #392428; }
a { background-color: rgb(57,36,40); }
div.DivClassName
{
background-color: #392428;
}
.BgClassName
{
background-color: #392428;
}
</style>
border-color css
<style>
span { border-color: #392428; }
span { border-color: rgb(57,36,40); }
td.TdClassName
{
border-color: #392428;
}
.TagClassName
{
border-color: #392428;
}
</style>