#322728

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

Shades of Aubergine #322728

Tints of Aubergine #322728

Color information

#322728 (or 0x322728) is unknown color: approx Aubergine. HEX triplet: 32, 27 and 28. RGB value is (50,39,40). Sum of RGB (Red+Green+Blue) = 50+39+40=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #322728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322728 is #CDD8D7. Grayscale: #2A2A2A. Windows color (decimal): -13490392 or 2631474. OLE color: 2631474.

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

Color convert

RGB503940-
CMYK00.220.200.80
HSL354.55º12.36%17.45%-
HSV(B)354.55º22%19.61%-
XYZ2.422.282.32-
YUV42.4126.64133.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=38.76%
G=30.23%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50394000.220.200.80354.5512.3617.45
Hex3227280161450163c11
Octal624750026241205431421
Binary110010100111101000010110101001010000101100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322728; }

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

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

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

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

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

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

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

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