Shades of Aubergine #392629
Tints of Aubergine #392629
RGB
CMYK
RGB Variations
Color information
#392629 (or 0x392629) is known color: Aubergine. HEX triplet: 39, 26 and 29. RGB value is (57,38,41). Sum of RGB (Red+Green+Blue) = 57+38+41=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #392629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392629 is #C6D9D6. Grayscale: #2C2C2C. Windows color (decimal): -13031895 or 2696761. OLE color: 2696761.
HSL color Cylindrical-coordinate representation of color #392629: hue angle of 350.53º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #392629 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 38 | 41 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.78 |
| HSL | 350.53º | 0.2% | 0.19% | - |
| HSV(B) | 350.53º | 0.33% | 0.22% | - |
| XYZ | 2.78 | 2.42 | 2.42 | - |
| YUV | 44.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 41 | 0 | 0.33 | 0.28 | 0.78 | 350.53 | 0.2 | 0.19 |
| Hex | 39 | 26 | 29 | 0 | 21 | 1C | 4E | 15F | 14 | 13 |
| Octal | 71 | 46 | 51 | 0 | 41 | 34 | 116 | 537 | 24 | 23 |
| Binary | 111001 | 100110 | 101001 | 0 | 100001 | 11100 | 1001110 | 101011111 | 10100 | 10011 |
Color Harmonies of #392629
Complementary color
Monochromatic Colors of #392629
Black with #392629
Text Example
Text Example
White with #392629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392629; }
p { color: rgb(57,38,41); }
H1.HeaderClassName
{
color: #392629;
}
.AnyTagClassName
{
color: #392629;
}
</style>
background-color css
<style>
a { background-color: #392629; }
a { background-color: rgb(57,38,41); }
div.DivClassName
{
background-color: #392629;
}
.BgClassName
{
background-color: #392629;
}
</style>
border-color css
<style>
span { border-color: #392629; }
span { border-color: rgb(57,38,41); }
td.TdClassName
{
border-color: #392629;
}
.TagClassName
{
border-color: #392629;
}
</style>