Shades of Aubergine #322425
Tints of Aubergine #322425
RGB
CMYK
RGB Variations
Color information
#322425 (or 0x322425) is known color: Aubergine. HEX triplet: 32, 24 and 25. RGB value is (50,36,37). Sum of RGB (Red+Green+Blue) = 50+36+37=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #322425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322425 is #CDDBDA. Grayscale: #282828. Windows color (decimal): -13491163 or 2434098. OLE color: 2434098.
HSL color Cylindrical-coordinate representation of color #322425: hue angle of 355.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #322425 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 37 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.80 |
| HSL | 355.71º | 0.16% | 0.17% | - |
| HSV(B) | 355.71º | 0.28% | 0.2% | - |
| XYZ | 2.28 | 2.07 | 2.03 | - |
| YUV | 40.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 37 | 0 | 0.28 | 0.26 | 0.80 | 355.71 | 0.16 | 0.17 |
| Hex | 32 | 24 | 25 | 0 | 1C | 1A | 50 | 164 | 10 | 11 |
| Octal | 62 | 44 | 45 | 0 | 34 | 32 | 120 | 544 | 20 | 21 |
| Binary | 110010 | 100100 | 100101 | 0 | 11100 | 11010 | 1010000 | 101100100 | 10000 | 10001 |
Color Harmonies of #322425
Complementary color
Monochromatic Colors of #322425
Black with #322425
Text Example
Text Example
White with #322425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322425; }
p { color: rgb(50,36,37); }
H1.HeaderClassName
{
color: #322425;
}
.AnyTagClassName
{
color: #322425;
}
</style>
background-color css
<style>
a { background-color: #322425; }
a { background-color: rgb(50,36,37); }
div.DivClassName
{
background-color: #322425;
}
.BgClassName
{
background-color: #322425;
}
</style>
border-color css
<style>
span { border-color: #322425; }
span { border-color: rgb(50,36,37); }
td.TdClassName
{
border-color: #322425;
}
.TagClassName
{
border-color: #322425;
}
</style>