Shades of Aubergine #322426
Tints of Aubergine #322426
RGB
CMYK
RGB Variations
Color information
#322426 (or 0x322426) is known color: Aubergine. HEX triplet: 32, 24 and 26. RGB value is (50,36,38). Sum of RGB (Red+Green+Blue) = 50+36+38=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #322426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322426 is #CDDBD9. Grayscale: #282828. Windows color (decimal): -13491162 or 2499634. OLE color: 2499634.
HSL color Cylindrical-coordinate representation of color #322426: hue angle of 351.43º 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 #322426 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 38 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.80 |
| HSL | 351.43º | 0.16% | 0.17% | - |
| HSV(B) | 351.43º | 0.28% | 0.2% | - |
| XYZ | 2.3 | 2.08 | 2.11 | - |
| YUV | 40.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 38 | 0 | 0.28 | 0.24 | 0.80 | 351.43 | 0.16 | 0.17 |
| Hex | 32 | 24 | 26 | 0 | 1C | 18 | 50 | 15F | 10 | 11 |
| Octal | 62 | 44 | 46 | 0 | 34 | 30 | 120 | 537 | 20 | 21 |
| Binary | 110010 | 100100 | 100110 | 0 | 11100 | 11000 | 1010000 | 101011111 | 10000 | 10001 |
Color Harmonies of #322426
Complementary color
Monochromatic Colors of #322426
Black with #322426
Text Example
Text Example
White with #322426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322426; }
p { color: rgb(50,36,38); }
H1.HeaderClassName
{
color: #322426;
}
.AnyTagClassName
{
color: #322426;
}
</style>
background-color css
<style>
a { background-color: #322426; }
a { background-color: rgb(50,36,38); }
div.DivClassName
{
background-color: #322426;
}
.BgClassName
{
background-color: #322426;
}
</style>
border-color css
<style>
span { border-color: #322426; }
span { border-color: rgb(50,36,38); }
td.TdClassName
{
border-color: #322426;
}
.TagClassName
{
border-color: #322426;
}
</style>