Shades of Aubergine #39282A
Tints of Aubergine #39282A
RGB
CMYK
RGB Variations
Color information
#39282A (or 0x39282A) is known color: Aubergine. HEX triplet: 39, 28 and 2A. RGB value is (57,40,42). Sum of RGB (Red+Green+Blue) = 57+40+42=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #39282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39282A is #C6D7D5. Grayscale: #2D2D2D. Windows color (decimal): -13031382 or 2762809. OLE color: 2762809.
HSL color Cylindrical-coordinate representation of color #39282A: hue angle of 352.94º 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 #39282A is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 40 | 42 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.78 |
| HSL | 352.94º | 0.18% | 0.19% | - |
| HSV(B) | 352.94º | 0.3% | 0.22% | - |
| XYZ | 2.86 | 2.55 | 2.53 | - |
| YUV | 45.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 42 | 0 | 0.30 | 0.26 | 0.78 | 352.94 | 0.18 | 0.19 |
| Hex | 39 | 28 | 2A | 0 | 1E | 1A | 4E | 161 | 12 | 13 |
| Octal | 71 | 50 | 52 | 0 | 36 | 32 | 116 | 541 | 22 | 23 |
| Binary | 111001 | 101000 | 101010 | 0 | 11110 | 11010 | 1001110 | 101100001 | 10010 | 10011 |
Color Harmonies of #39282A
Complementary color
Monochromatic Colors of #39282A
Black with #39282A
Text Example
Text Example
White with #39282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39282A; }
p { color: rgb(57,40,42); }
H1.HeaderClassName
{
color: #39282A;
}
.AnyTagClassName
{
color: #39282A;
}
</style>
background-color css
<style>
a { background-color: #39282A; }
a { background-color: rgb(57,40,42); }
div.DivClassName
{
background-color: #39282A;
}
.BgClassName
{
background-color: #39282A;
}
</style>
border-color css
<style>
span { border-color: #39282A; }
span { border-color: rgb(57,40,42); }
td.TdClassName
{
border-color: #39282A;
}
.TagClassName
{
border-color: #39282A;
}
</style>