Shades of Aubergine #332D2E
Tints of Aubergine #332D2E
RGB
CMYK
RGB Variations
Color information
#332D2E (or 0x332D2E) is known color: Aubergine. HEX triplet: 33, 2D and 2E. RGB value is (51,45,46). Sum of RGB (Red+Green+Blue) = 51+45+46=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #332D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D2E is #CCD2D1. Grayscale: #2E2E2E. Windows color (decimal): -13423314 or 3026227. OLE color: 3026227.
HSL color Cylindrical-coordinate representation of color #332D2E: hue angle of 350º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #332D2E is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 45 | 46 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.8 |
| HSL | 350º | 0.06% | 0.19% | - |
| HSV(B) | 350º | 0.12% | 0.2% | - |
| XYZ | 2.8 | 2.78 | 2.97 | - |
| YUV | 46.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 46 | 0 | 0.12 | 0.10 | 0.8 | 350 | 0.06 | 0.19 |
| Hex | 33 | 2D | 2E | 0 | C | A | 50 | 15E | 6 | 13 |
| Octal | 63 | 55 | 56 | 0 | 14 | 12 | 120 | 536 | 6 | 23 |
| Binary | 110011 | 101101 | 101110 | 0 | 1100 | 1010 | 1010000 | 101011110 | 110 | 10011 |
Color Harmonies of #332D2E
Complementary color
Monochromatic Colors of #332D2E
Black with #332D2E
Text Example
Text Example
White with #332D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D2E; }
p { color: rgb(51,45,46); }
H1.HeaderClassName
{
color: #332D2E;
}
.AnyTagClassName
{
color: #332D2E;
}
</style>
background-color css
<style>
a { background-color: #332D2E; }
a { background-color: rgb(51,45,46); }
div.DivClassName
{
background-color: #332D2E;
}
.BgClassName
{
background-color: #332D2E;
}
</style>
border-color css
<style>
span { border-color: #332D2E; }
span { border-color: rgb(51,45,46); }
td.TdClassName
{
border-color: #332D2E;
}
.TagClassName
{
border-color: #332D2E;
}
</style>