#332227

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

Shades of Aubergine #332227

Tints of Aubergine #332227

Color information

#332227 (or 0x332227) is unknown color: approx Aubergine. HEX triplet: 33, 22 and 27. RGB value is (51,34,39). Sum of RGB (Red+Green+Blue) = 51+34+39=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #332227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332227 is #CCDDD8. Grayscale: #272727. Windows color (decimal): -13426137 or 2564659. OLE color: 2564659.

HSL color Cylindrical-coordinate representation of color #332227: hue angle of 342.35º 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 #332227 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB513439-
CMYK00.330.240.8
HSL342.35º20%16.67%-
HSV(B)342.35º33.33%20%-
XYZ2.31.992.18-
YUV39.65127.63136.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=41.13%
G=27.42%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51343900.330.240.8342.352016.67
Hex33222702118501561411
Octal634247041301205262421
Binary11001110001010011101000011100010100001010101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332227; }

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

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

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

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

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

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

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

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