#332122

Color #332122 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #332122

Tints of Aubergine #332122

Color information

#332122 (or 0x332122) is unknown color: approx Aubergine. HEX triplet: 33, 21 and 22. RGB value is (51,33,34). Sum of RGB (Red+Green+Blue) = 51+33+34=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #332122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332122 is #CCDEDD. Grayscale: #262626. Windows color (decimal): -13426398 or 2236723. OLE color: 2236723.

HSL color Cylindrical-coordinate representation of color #332122: hue angle of 356.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332122 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.8.

Color convert

RGB513334-
CMYK00.350.330.8
HSL356.67º21.43%16.47%-
HSV(B)356.67º35.29%20%-
XYZ2.21.911.77-
YUV38.5125.46136.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 34 (13.67% from 255) = 28.81%
R=43.22%
G=27.97%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51333400.350.330.8356.6721.4316.47
Hex33212202321501651510
Octal634142043411205452520
Binary110011100001100010010001110000110100001011001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332122; }

 p { color: rgb(51,33,34); }

 H1.HeaderClassName
 {
   color: #332122;
 }
 .AnyTagClassName
 {
   color: #332122;
 }
</style>
background-color css

<style>
 a { background-color: #332122; }

 a { background-color: rgb(51,33,34); }

 div.DivClassName
 {
   background-color: #332122;
 }
 .BgClassName
 {
   background-color: #332122;
 }
</style>
border-color css

<style>
 span { border-color: #332122; }

 span { border-color: rgb(51,33,34); }

 td.TdClassName
 {
   border-color: #332122;
 }
 .TagClassName
 {
   border-color: #332122;
 }
</style>