Shades of Aubergine #322D2E
Tints of Aubergine #322D2E
RGB
CMYK
RGB Variations
Color information
#322D2E (or 0x322D2E) is known color: Aubergine. HEX triplet: 32, 2D and 2E. RGB value is (50,45,46). Sum of RGB (Red+Green+Blue) = 50+45+46=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 50 - color contains mainly: red. Hex color #322D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D2E is #CDD2D1. Grayscale: #2E2E2E. Windows color (decimal): -13488850 or 3026226. OLE color: 3026226.
HSL color Cylindrical-coordinate representation of color #322D2E: hue angle of 348º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #322D2E is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 46 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.80 |
| HSL | 348º | 0.05% | 0.19% | - |
| HSV(B) | 348º | 0.1% | 0.2% | - |
| XYZ | 2.75 | 2.75 | 2.97 | - |
| YUV | 46.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 46 | 0 | 0.10 | 0.08 | 0.80 | 348 | 0.05 | 0.19 |
| Hex | 32 | 2D | 2E | 0 | A | 8 | 50 | 15C | 5 | 13 |
| Octal | 62 | 55 | 56 | 0 | 12 | 10 | 120 | 534 | 5 | 23 |
| Binary | 110010 | 101101 | 101110 | 0 | 1010 | 1000 | 1010000 | 101011100 | 101 | 10011 |
Color Harmonies of #322D2E
Complementary color
Monochromatic Colors of #322D2E
Black with #322D2E
Text Example
Text Example
White with #322D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D2E; }
p { color: rgb(50,45,46); }
H1.HeaderClassName
{
color: #322D2E;
}
.AnyTagClassName
{
color: #322D2E;
}
</style>
background-color css
<style>
a { background-color: #322D2E; }
a { background-color: rgb(50,45,46); }
div.DivClassName
{
background-color: #322D2E;
}
.BgClassName
{
background-color: #322D2E;
}
</style>
border-color css
<style>
span { border-color: #322D2E; }
span { border-color: rgb(50,45,46); }
td.TdClassName
{
border-color: #322D2E;
}
.TagClassName
{
border-color: #322D2E;
}
</style>