Shades of Aubergine #392B2F
Tints of Aubergine #392B2F
RGB
CMYK
RGB Variations
Color information
#392B2F (or 0x392B2F) is known color: Aubergine. HEX triplet: 39, 2B and 2F. RGB value is (57,43,47). Sum of RGB (Red+Green+Blue) = 57+43+47=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 57 - color contains mainly: red. Hex color #392B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B2F is #C6D4D0. Grayscale: #2F2F2F. Windows color (decimal): -13030609 or 3091257. OLE color: 3091257.
HSL color Cylindrical-coordinate representation of color #392B2F: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #392B2F is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 43 | 47 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.78 |
| HSL | 342.86º | 0.14% | 0.2% | - |
| HSV(B) | 342.86º | 0.25% | 0.22% | - |
| XYZ | 3.06 | 2.8 | 3.07 | - |
| YUV | 47.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 47 | 0 | 0.25 | 0.18 | 0.78 | 342.86 | 0.14 | 0.2 |
| Hex | 39 | 2B | 2F | 0 | 19 | 12 | 4E | 157 | E | 14 |
| Octal | 71 | 53 | 57 | 0 | 31 | 22 | 116 | 527 | 16 | 24 |
| Binary | 111001 | 101011 | 101111 | 0 | 11001 | 10010 | 1001110 | 101010111 | 1110 | 10100 |
Color Harmonies of #392B2F
Complementary color
Monochromatic Colors of #392B2F
Black with #392B2F
Text Example
Text Example
White with #392B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B2F; }
p { color: rgb(57,43,47); }
H1.HeaderClassName
{
color: #392B2F;
}
.AnyTagClassName
{
color: #392B2F;
}
</style>
background-color css
<style>
a { background-color: #392B2F; }
a { background-color: rgb(57,43,47); }
div.DivClassName
{
background-color: #392B2F;
}
.BgClassName
{
background-color: #392B2F;
}
</style>
border-color css
<style>
span { border-color: #392B2F; }
span { border-color: rgb(57,43,47); }
td.TdClassName
{
border-color: #392B2F;
}
.TagClassName
{
border-color: #392B2F;
}
</style>