Shades of Aubergine #322025
Tints of Aubergine #322025
RGB
CMYK
RGB Variations
Color information
#322025 (or 0x322025) is known color: Aubergine. HEX triplet: 32, 20 and 25. RGB value is (50,32,37). Sum of RGB (Red+Green+Blue) = 50+32+37=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322025 is #CDDFDA. Grayscale: #252525. Windows color (decimal): -13492187 or 2433074. OLE color: 2433074.
HSL color Cylindrical-coordinate representation of color #322025: hue angle of 343.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #322025 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 37 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.80 |
| HSL | 343.33º | 0.22% | 0.16% | - |
| HSV(B) | 343.33º | 0.36% | 0.2% | - |
| XYZ | 2.17 | 1.84 | 1.99 | - |
| YUV | 37.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 37 | 0 | 0.36 | 0.26 | 0.80 | 343.33 | 0.22 | 0.16 |
| Hex | 32 | 20 | 25 | 0 | 24 | 1A | 50 | 157 | 16 | 10 |
| Octal | 62 | 40 | 45 | 0 | 44 | 32 | 120 | 527 | 26 | 20 |
| Binary | 110010 | 100000 | 100101 | 0 | 100100 | 11010 | 1010000 | 101010111 | 10110 | 10000 |
Color Harmonies of #322025
Complementary color
Monochromatic Colors of #322025
Black with #322025
Text Example
Text Example
White with #322025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322025; }
p { color: rgb(50,32,37); }
H1.HeaderClassName
{
color: #322025;
}
.AnyTagClassName
{
color: #322025;
}
</style>
background-color css
<style>
a { background-color: #322025; }
a { background-color: rgb(50,32,37); }
div.DivClassName
{
background-color: #322025;
}
.BgClassName
{
background-color: #322025;
}
</style>
border-color css
<style>
span { border-color: #322025; }
span { border-color: rgb(50,32,37); }
td.TdClassName
{
border-color: #322025;
}
.TagClassName
{
border-color: #322025;
}
</style>