#322025

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

Shades of Aubergine #322025

Tints of Aubergine #322025

Color information

#322025 (or 0x322025) is unknown color: approx Aubergine. HEX triplet: 32, 20 and 25. RGB value is (50,32,37). Sum of RGB (Red+Green+Blue) = 50+32+37=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322025 is #CDDFDA. Grayscale: #252525. Windows color (decimal): -13492187 or 2433074. OLE color: 2433074.

HSL color Cylindrical-coordinate representation of color #322025: hue angle of 343.33º 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 #322025 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB503237-
CMYK00.360.260.80
HSL343.33º21.95%16.08%-
HSV(B)343.33º36%19.61%-
XYZ2.171.841.99-
YUV37.95127.46136.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=42.02%
G=26.89%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50323700.360.260.80343.3321.9516.08
Hex3220250241A501571610
Octal624045044321205272620
Binary11001010000010010101001001101010100001010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322025; }

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

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

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

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

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

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

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

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