#332228

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

Shades of Aubergine #332228

Tints of Aubergine #332228

Color information

#332228 (or 0x332228) is unknown color: approx Aubergine. HEX triplet: 33, 22 and 28. RGB value is (51,34,40). Sum of RGB (Red+Green+Blue) = 51+34+40=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #332228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332228 is #CCDDD7. Grayscale: #272727. Windows color (decimal): -13426136 or 2630195. OLE color: 2630195.

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

Color convert

RGB513440-
CMYK00.330.220.8
HSL338.82º20%16.67%-
HSV(B)338.82º33.33%20%-
XYZ2.3222.27-
YUV39.77128.13136.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 40 (16.02% from 255) = 32%
R=40.8%
G=27.2%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51344000.330.220.8338.822016.67
Hex33222802116501531411
Octal634250041261205232421
Binary11001110001010100001000011011010100001010100111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332228; }

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

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

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

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

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

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

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

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