#322328

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

Shades of Aubergine #322328

Tints of Aubergine #322328

Color information

#322328 (or 0x322328) is unknown color: approx Aubergine. HEX triplet: 32, 23 and 28. RGB value is (50,35,40). Sum of RGB (Red+Green+Blue) = 50+35+40=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #322328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322328 is #CDDCD7. Grayscale: #282828. Windows color (decimal): -13491416 or 2630450. OLE color: 2630450.

HSL color Cylindrical-coordinate representation of color #322328: hue angle of 340º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322328 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB503540-
CMYK00.300.200.80
HSL340º17.65%16.67%-
HSV(B)340º30%19.61%-
XYZ2.32.032.28-
YUV40.06127.97135.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 40 (16.02% from 255) = 32%
R=40%
G=28%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50354000.300.200.8034017.6516.67
Hex32232801E14501541211
Octal624350036241205242221
Binary1100101000111010000111101010010100001010101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322328; }

 p { color: rgb(50,35,40); }

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

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

 a { background-color: rgb(50,35,40); }

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

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

 span { border-color: rgb(50,35,40); }

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