Shades of Aubergine #322E2F
Tints of Aubergine #322E2F
RGB
CMYK
RGB Variations
Color information
#322E2F (or 0x322E2F) is known color: Aubergine. HEX triplet: 32, 2E and 2F. RGB value is (50,46,47). Sum of RGB (Red+Green+Blue) = 50+46+47=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 50 - color contains mainly: red. Hex color #322E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E2F is #CDD1D0. Grayscale: #2F2F2F. Windows color (decimal): -13488593 or 3092018. OLE color: 3092018.
HSL color Cylindrical-coordinate representation of color #322E2F: hue angle of 345º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #322E2F is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 47 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.80 |
| HSL | 345º | 0.04% | 0.19% | - |
| HSV(B) | 345º | 0.08% | 0.2% | - |
| XYZ | 2.81 | 2.84 | 3.09 | - |
| YUV | 47.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 47 | 0 | 0.08 | 0.06 | 0.80 | 345 | 0.04 | 0.19 |
| Hex | 32 | 2E | 2F | 0 | 8 | 6 | 50 | 159 | 4 | 13 |
| Octal | 62 | 56 | 57 | 0 | 10 | 6 | 120 | 531 | 4 | 23 |
| Binary | 110010 | 101110 | 101111 | 0 | 1000 | 110 | 1010000 | 101011001 | 100 | 10011 |
Color Harmonies of #322E2F
Complementary color
Monochromatic Colors of #322E2F
Black with #322E2F
Text Example
Text Example
White with #322E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E2F; }
p { color: rgb(50,46,47); }
H1.HeaderClassName
{
color: #322E2F;
}
.AnyTagClassName
{
color: #322E2F;
}
</style>
background-color css
<style>
a { background-color: #322E2F; }
a { background-color: rgb(50,46,47); }
div.DivClassName
{
background-color: #322E2F;
}
.BgClassName
{
background-color: #322E2F;
}
</style>
border-color css
<style>
span { border-color: #322E2F; }
span { border-color: rgb(50,46,47); }
td.TdClassName
{
border-color: #322E2F;
}
.TagClassName
{
border-color: #322E2F;
}
</style>