#322425

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

Shades of Aubergine #322425

Tints of Aubergine #322425

Color information

#322425 (or 0x322425) is unknown color: approx Aubergine. HEX triplet: 32, 24 and 25. RGB value is (50,36,37). Sum of RGB (Red+Green+Blue) = 50+36+37=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #322425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322425 is #CDDBDA. Grayscale: #282828. Windows color (decimal): -13491163 or 2434098. OLE color: 2434098.

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

Color convert

RGB503637-
CMYK00.280.260.80
HSL355.71º16.28%16.86%-
HSV(B)355.71º28%19.61%-
XYZ2.282.072.03-
YUV40.3126.14134.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=40.65%
G=29.27%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50363700.280.260.80355.7116.2816.86
Hex32242501C1A501641011
Octal624445034321205442021
Binary1100101001001001010111001101010100001011001001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322425; }

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

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

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

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

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

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

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

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