#322124

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

Shades of Aubergine #322124

Tints of Aubergine #322124

Color information

#322124 (or 0x322124) is unknown color: approx Aubergine. HEX triplet: 32, 21 and 24. RGB value is (50,33,36). Sum of RGB (Red+Green+Blue) = 50+33+36=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322124 is #CDDEDB. Grayscale: #262626. Windows color (decimal): -13491932 or 2367794. OLE color: 2367794.

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

Color convert

RGB503336-
CMYK00.340.280.80
HSL349.41º20.48%16.27%-
HSV(B)349.41º34%19.61%-
XYZ2.181.891.92-
YUV38.42126.63136.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=42.02%
G=27.73%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50333600.340.280.80349.4120.4816.27
Hex3221240221C5015d1410
Octal624144042341205352420
Binary11001010000110010001000101110010100001010111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322124; }

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

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

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

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

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

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

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

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