Shades of Aubergine #39282D
Tints of Aubergine #39282D
RGB
CMYK
RGB Variations
Color information
#39282D (or 0x39282D) is known color: Aubergine. HEX triplet: 39, 28 and 2D. RGB value is (57,40,45). Sum of RGB (Red+Green+Blue) = 57+40+45=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #39282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39282D is #C6D7D2. Grayscale: #2D2D2D. Windows color (decimal): -13031379 or 2959417. OLE color: 2959417.
HSL color Cylindrical-coordinate representation of color #39282D: hue angle of 342.35º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #39282D is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 40 | 45 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.78 |
| HSL | 342.35º | 0.18% | 0.19% | - |
| HSV(B) | 342.35º | 0.3% | 0.22% | - |
| XYZ | 2.92 | 2.58 | 2.83 | - |
| YUV | 45.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 45 | 0 | 0.30 | 0.21 | 0.78 | 342.35 | 0.18 | 0.19 |
| Hex | 39 | 28 | 2D | 0 | 1E | 15 | 4E | 156 | 12 | 13 |
| Octal | 71 | 50 | 55 | 0 | 36 | 25 | 116 | 526 | 22 | 23 |
| Binary | 111001 | 101000 | 101101 | 0 | 11110 | 10101 | 1001110 | 101010110 | 10010 | 10011 |
Color Harmonies of #39282D
Complementary color
Monochromatic Colors of #39282D
Black with #39282D
Text Example
Text Example
White with #39282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39282D; }
p { color: rgb(57,40,45); }
H1.HeaderClassName
{
color: #39282D;
}
.AnyTagClassName
{
color: #39282D;
}
</style>
background-color css
<style>
a { background-color: #39282D; }
a { background-color: rgb(57,40,45); }
div.DivClassName
{
background-color: #39282D;
}
.BgClassName
{
background-color: #39282D;
}
</style>
border-color css
<style>
span { border-color: #39282D; }
span { border-color: rgb(57,40,45); }
td.TdClassName
{
border-color: #39282D;
}
.TagClassName
{
border-color: #39282D;
}
</style>