Shades of Aubergine #332E2F
Tints of Aubergine #332E2F
RGB
CMYK
RGB Variations
Color information
#332E2F (or 0x332E2F) is known color: Aubergine. HEX triplet: 33, 2E and 2F. RGB value is (51,46,47). Sum of RGB (Red+Green+Blue) = 51+46+47=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 51 - color contains mainly: red. Hex color #332E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E2F is #CCD1D0. Grayscale: #2F2F2F. Windows color (decimal): -13423057 or 3092019. OLE color: 3092019.
HSL color Cylindrical-coordinate representation of color #332E2F: 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 #332E2F is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 46 | 47 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.8 |
| HSL | 348º | 0.05% | 0.19% | - |
| HSV(B) | 348º | 0.1% | 0.2% | - |
| XYZ | 2.86 | 2.86 | 3.09 | - |
| YUV | 47.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 47 | 0 | 0.10 | 0.08 | 0.8 | 348 | 0.05 | 0.19 |
| Hex | 33 | 2E | 2F | 0 | A | 8 | 50 | 15C | 5 | 13 |
| Octal | 63 | 56 | 57 | 0 | 12 | 10 | 120 | 534 | 5 | 23 |
| Binary | 110011 | 101110 | 101111 | 0 | 1010 | 1000 | 1010000 | 101011100 | 101 | 10011 |
Color Harmonies of #332E2F
Complementary color
Monochromatic Colors of #332E2F
Black with #332E2F
Text Example
Text Example
White with #332E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E2F; }
p { color: rgb(51,46,47); }
H1.HeaderClassName
{
color: #332E2F;
}
.AnyTagClassName
{
color: #332E2F;
}
</style>
background-color css
<style>
a { background-color: #332E2F; }
a { background-color: rgb(51,46,47); }
div.DivClassName
{
background-color: #332E2F;
}
.BgClassName
{
background-color: #332E2F;
}
</style>
border-color css
<style>
span { border-color: #332E2F; }
span { border-color: rgb(51,46,47); }
td.TdClassName
{
border-color: #332E2F;
}
.TagClassName
{
border-color: #332E2F;
}
</style>