Shades of Aubergine #332C2D
Tints of Aubergine #332C2D
RGB
CMYK
RGB Variations
Color information
#332C2D (or 0x332C2D) is known color: Aubergine. HEX triplet: 33, 2C and 2D. RGB value is (51,44,45). Sum of RGB (Red+Green+Blue) = 51+44+45=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 51 - color contains mainly: red. Hex color #332C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C2D is #CCD3D2. Grayscale: #2E2E2E. Windows color (decimal): -13423571 or 2960435. OLE color: 2960435.
HSL color Cylindrical-coordinate representation of color #332C2D: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #332C2D is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
RGB | 51 | 44 | 45 | - |
CMYK | 0 | 0.14 | 0.12 | 0.8 |
HSL | 351.43º | 0.07% | 0.19% | - |
HSV(B) | 351.43º | 0.14% | 0.2% | - |
XYZ | 2.74 | 2.69 | 2.86 | - |
YUV | 46.21 | 127.32 | 131.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 44 | 45 | 0 | 0.14 | 0.12 | 0.8 | 351.43 | 0.07 | 0.19 |
Hex | 33 | 2C | 2D | 0 | E | C | 50 | 15F | 7 | 13 |
Octal | 63 | 54 | 55 | 0 | 16 | 14 | 120 | 537 | 7 | 23 |
Binary | 110011 | 101100 | 101101 | 0 | 1110 | 1100 | 1010000 | 101011111 | 111 | 10011 |
Color Harmonies of #332C2D
Complementary color
Monochromatic Colors of #332C2D
Black with #332C2D
Text Example
Text Example
White with #332C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C2D; }
p { color: rgb(51,44,45); }
H1.HeaderClassName
{
color: #332C2D;
}
.AnyTagClassName
{
color: #332C2D;
}
</style>
background-color css
<style>
a { background-color: #332C2D; }
a { background-color: rgb(51,44,45); }
div.DivClassName
{
background-color: #332C2D;
}
.BgClassName
{
background-color: #332C2D;
}
</style>
border-color css
<style>
span { border-color: #332C2D; }
span { border-color: rgb(51,44,45); }
td.TdClassName
{
border-color: #332C2D;
}
.TagClassName
{
border-color: #332C2D;
}
</style>