Shades of Aubergine #322026
Tints of Aubergine #322026
RGB
CMYK
RGB Variations
Color information
#322026 (or 0x322026) is known color: Aubergine. HEX triplet: 32, 20 and 26. RGB value is (50,32,38). Sum of RGB (Red+Green+Blue) = 50+32+38=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #322026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322026 is #CDDFD9. Grayscale: #262626. Windows color (decimal): -13492186 or 2498610. OLE color: 2498610.
HSL color Cylindrical-coordinate representation of color #322026: hue angle of 340º 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 #322026 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 38 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.80 |
| HSL | 340º | 0.22% | 0.16% | - |
| HSV(B) | 340º | 0.36% | 0.2% | - |
| XYZ | 2.18 | 1.85 | 2.08 | - |
| YUV | 38.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 38 | 0 | 0.36 | 0.24 | 0.80 | 340 | 0.22 | 0.16 |
| Hex | 32 | 20 | 26 | 0 | 24 | 18 | 50 | 154 | 16 | 10 |
| Octal | 62 | 40 | 46 | 0 | 44 | 30 | 120 | 524 | 26 | 20 |
| Binary | 110010 | 100000 | 100110 | 0 | 100100 | 11000 | 1010000 | 101010100 | 10110 | 10000 |
Color Harmonies of #322026
Complementary color
Monochromatic Colors of #322026
Black with #322026
Text Example
Text Example
White with #322026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322026; }
p { color: rgb(50,32,38); }
H1.HeaderClassName
{
color: #322026;
}
.AnyTagClassName
{
color: #322026;
}
</style>
background-color css
<style>
a { background-color: #322026; }
a { background-color: rgb(50,32,38); }
div.DivClassName
{
background-color: #322026;
}
.BgClassName
{
background-color: #322026;
}
</style>
border-color css
<style>
span { border-color: #322026; }
span { border-color: rgb(50,32,38); }
td.TdClassName
{
border-color: #322026;
}
.TagClassName
{
border-color: #322026;
}
</style>