Shades of Aubergine #392225
Tints of Aubergine #392225
RGB
CMYK
RGB Variations
Color information
#392225 (or 0x392225) is known color: Aubergine. HEX triplet: 39, 22 and 25. RGB value is (57,34,37). Sum of RGB (Red+Green+Blue) = 57+34+37=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #392225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392225 is #C6DDDA. Grayscale: #292929. Windows color (decimal): -13032923 or 2433593. OLE color: 2433593.
HSL color Cylindrical-coordinate representation of color #392225: hue angle of 352.17º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392225 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 34 | 37 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.78 |
| HSL | 352.17º | 0.25% | 0.18% | - |
| HSV(B) | 352.17º | 0.4% | 0.22% | - |
| XYZ | 2.59 | 2.15 | 2.03 | - |
| YUV | 41.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 37 | 0 | 0.40 | 0.35 | 0.78 | 352.17 | 0.25 | 0.18 |
| Hex | 39 | 22 | 25 | 0 | 28 | 23 | 4E | 160 | 19 | 12 |
| Octal | 71 | 42 | 45 | 0 | 50 | 43 | 116 | 540 | 31 | 22 |
| Binary | 111001 | 100010 | 100101 | 0 | 101000 | 100011 | 1001110 | 101100000 | 11001 | 10010 |
Color Harmonies of #392225
Complementary color
Monochromatic Colors of #392225
Black with #392225
Text Example
Text Example
White with #392225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392225; }
p { color: rgb(57,34,37); }
H1.HeaderClassName
{
color: #392225;
}
.AnyTagClassName
{
color: #392225;
}
</style>
background-color css
<style>
a { background-color: #392225; }
a { background-color: rgb(57,34,37); }
div.DivClassName
{
background-color: #392225;
}
.BgClassName
{
background-color: #392225;
}
</style>
border-color css
<style>
span { border-color: #392225; }
span { border-color: rgb(57,34,37); }
td.TdClassName
{
border-color: #392225;
}
.TagClassName
{
border-color: #392225;
}
</style>