Shades of Aubergine #322B2D
Tints of Aubergine #322B2D
RGB
CMYK
RGB Variations
Color information
#322B2D (or 0x322B2D) is known color: Aubergine. HEX triplet: 32, 2B and 2D. RGB value is (50,43,45). Sum of RGB (Red+Green+Blue) = 50+43+45=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 50 - color contains mainly: red. Hex color #322B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B2D is #CDD4D2. Grayscale: #2D2D2D. Windows color (decimal): -13489363 or 2960178. OLE color: 2960178.
HSL color Cylindrical-coordinate representation of color #322B2D: hue angle of 342.86º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #322B2D is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 45 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.80 |
| HSL | 342.86º | 0.08% | 0.18% | - |
| HSV(B) | 342.86º | 0.14% | 0.2% | - |
| XYZ | 2.65 | 2.6 | 2.84 | - |
| YUV | 45.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 45 | 0 | 0.14 | 0.10 | 0.80 | 342.86 | 0.08 | 0.18 |
| Hex | 32 | 2B | 2D | 0 | E | A | 50 | 157 | 8 | 12 |
| Octal | 62 | 53 | 55 | 0 | 16 | 12 | 120 | 527 | 10 | 22 |
| Binary | 110010 | 101011 | 101101 | 0 | 1110 | 1010 | 1010000 | 101010111 | 1000 | 10010 |
Color Harmonies of #322B2D
Complementary color
Monochromatic Colors of #322B2D
Black with #322B2D
Text Example
Text Example
White with #322B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B2D; }
p { color: rgb(50,43,45); }
H1.HeaderClassName
{
color: #322B2D;
}
.AnyTagClassName
{
color: #322B2D;
}
</style>
background-color css
<style>
a { background-color: #322B2D; }
a { background-color: rgb(50,43,45); }
div.DivClassName
{
background-color: #322B2D;
}
.BgClassName
{
background-color: #322B2D;
}
</style>
border-color css
<style>
span { border-color: #322B2D; }
span { border-color: rgb(50,43,45); }
td.TdClassName
{
border-color: #322B2D;
}
.TagClassName
{
border-color: #322B2D;
}
</style>