#322829

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

Shades of Aubergine #322829

Tints of Aubergine #322829

Color information

#322829 (or 0x322829) is unknown color: approx Aubergine. HEX triplet: 32, 28 and 29. RGB value is (50,40,41). Sum of RGB (Red+Green+Blue) = 50+40+41=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #322829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322829 is #CDD7D6. Grayscale: #2B2B2B. Windows color (decimal): -13490135 or 2697266. OLE color: 2697266.

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

Color convert

RGB504041-
CMYK00.200.180.80
HSL354º11.11%17.65%-
HSV(B)354º20%19.61%-
XYZ2.472.362.42-
YUV43.1126.81132.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.17%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=38.17%
G=30.53%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50404100.200.180.8035411.1117.65
Hex3228290141250162b12
Octal625051024221205421322
Binary110010101000101001010100100101010000101100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322829; }

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

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

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

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

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

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

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

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