#322428

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

Shades of Aubergine #322428

Tints of Aubergine #322428

Color information

#322428 (or 0x322428) is unknown color: approx Aubergine. HEX triplet: 32, 24 and 28. RGB value is (50,36,40). Sum of RGB (Red+Green+Blue) = 50+36+40=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 50 - color contains mainly: red. Hex color #322428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322428 is #CDDBD7. Grayscale: #282828. Windows color (decimal): -13491160 or 2630706. OLE color: 2630706.

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

Color convert

RGB503640-
CMYK00.280.200.80
HSL342.86º16.28%16.86%-
HSV(B)342.86º28%19.61%-
XYZ2.332.092.29-
YUV40.64127.64134.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=39.68%
G=28.57%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50364000.280.200.80342.8616.2816.86
Hex32242801C14501571011
Octal624450034241205272021
Binary1100101001001010000111001010010100001010101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322428; }

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

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

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

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

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

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

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

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