Shades of Aubergine #322C2D
Tints of Aubergine #322C2D
RGB
CMYK
RGB Variations
Color information
#322C2D (or 0x322C2D) is known color: Aubergine. HEX triplet: 32, 2C and 2D. RGB value is (50,44,45). Sum of RGB (Red+Green+Blue) = 50+44+45=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 50 - color contains mainly: red. Hex color #322C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C2D is #CDD3D2. Grayscale: #2D2D2D. Windows color (decimal): -13489107 or 2960434. OLE color: 2960434.
HSL color Cylindrical-coordinate representation of color #322C2D: hue angle of 350º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #322C2D is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 45 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.80 |
| HSL | 350º | 0.06% | 0.18% | - |
| HSV(B) | 350º | 0.12% | 0.2% | - |
| XYZ | 2.69 | 2.67 | 2.86 | - |
| YUV | 45.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 45 | 0 | 0.12 | 0.10 | 0.80 | 350 | 0.06 | 0.18 |
| Hex | 32 | 2C | 2D | 0 | C | A | 50 | 15E | 6 | 12 |
| Octal | 62 | 54 | 55 | 0 | 14 | 12 | 120 | 536 | 6 | 22 |
| Binary | 110010 | 101100 | 101101 | 0 | 1100 | 1010 | 1010000 | 101011110 | 110 | 10010 |
Color Harmonies of #322C2D
Complementary color
Monochromatic Colors of #322C2D
Black with #322C2D
Text Example
Text Example
White with #322C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C2D; }
p { color: rgb(50,44,45); }
H1.HeaderClassName
{
color: #322C2D;
}
.AnyTagClassName
{
color: #322C2D;
}
</style>
background-color css
<style>
a { background-color: #322C2D; }
a { background-color: rgb(50,44,45); }
div.DivClassName
{
background-color: #322C2D;
}
.BgClassName
{
background-color: #322C2D;
}
</style>
border-color css
<style>
span { border-color: #322C2D; }
span { border-color: rgb(50,44,45); }
td.TdClassName
{
border-color: #322C2D;
}
.TagClassName
{
border-color: #322C2D;
}
</style>