Shades of Aubergine #332B2D
Tints of Aubergine #332B2D
RGB
CMYK
RGB Variations
Color information
#332B2D (or 0x332B2D) is known color: Aubergine. HEX triplet: 33, 2B and 2D. RGB value is (51,43,45). Sum of RGB (Red+Green+Blue) = 51+43+45=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 51 - color contains mainly: red. Hex color #332B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B2D is #CCD4D2. Grayscale: #2D2D2D. Windows color (decimal): -13423827 or 2960179. OLE color: 2960179.
HSL color Cylindrical-coordinate representation of color #332B2D: hue angle of 345º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #332B2D is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 43 | 45 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.8 |
| HSL | 345º | 0.09% | 0.18% | - |
| HSV(B) | 345º | 0.16% | 0.2% | - |
| XYZ | 2.7 | 2.62 | 2.85 | - |
| YUV | 45.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 45 | 0 | 0.16 | 0.12 | 0.8 | 345 | 0.09 | 0.18 |
| Hex | 33 | 2B | 2D | 0 | 10 | C | 50 | 159 | 9 | 12 |
| Octal | 63 | 53 | 55 | 0 | 20 | 14 | 120 | 531 | 11 | 22 |
| Binary | 110011 | 101011 | 101101 | 0 | 10000 | 1100 | 1010000 | 101011001 | 1001 | 10010 |
Color Harmonies of #332B2D
Complementary color
Monochromatic Colors of #332B2D
Black with #332B2D
Text Example
Text Example
White with #332B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B2D; }
p { color: rgb(51,43,45); }
H1.HeaderClassName
{
color: #332B2D;
}
.AnyTagClassName
{
color: #332B2D;
}
</style>
background-color css
<style>
a { background-color: #332B2D; }
a { background-color: rgb(51,43,45); }
div.DivClassName
{
background-color: #332B2D;
}
.BgClassName
{
background-color: #332B2D;
}
</style>
border-color css
<style>
span { border-color: #332B2D; }
span { border-color: rgb(51,43,45); }
td.TdClassName
{
border-color: #332B2D;
}
.TagClassName
{
border-color: #332B2D;
}
</style>