#322024

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

Shades of Aubergine #322024

Tints of Aubergine #322024

Color information

#322024 (or 0x322024) is unknown color: approx Aubergine. HEX triplet: 32, 20 and 24. RGB value is (50,32,36). Sum of RGB (Red+Green+Blue) = 50+32+36=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #322024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322024 is #CDDFDB. Grayscale: #252525. Windows color (decimal): -13492188 or 2367538. OLE color: 2367538.

HSL color Cylindrical-coordinate representation of color #322024: hue angle of 346.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #322024 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB503236-
CMYK00.360.280.80
HSL346.67º21.95%16.08%-
HSV(B)346.67º36%19.61%-
XYZ2.151.841.91-
YUV37.84126.96136.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=42.37%
G=27.12%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50323600.360.280.80346.6721.9516.08
Hex3220240241C5015b1610
Octal624044044341205332620
Binary11001010000010010001001001110010100001010110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322024; }

 p { color: rgb(50,32,36); }

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

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

 a { background-color: rgb(50,32,36); }

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

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

 span { border-color: rgb(50,32,36); }

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