#322126

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

Shades of Aubergine #322126

Tints of Aubergine #322126

Color information

#322126 (or 0x322126) is unknown color: approx Aubergine. HEX triplet: 32, 21 and 26. RGB value is (50,33,38). Sum of RGB (Red+Green+Blue) = 50+33+38=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #322126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322126 is #CDDED9. Grayscale: #262626. Windows color (decimal): -13491930 or 2498866. OLE color: 2498866.

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

Color convert

RGB503338-
CMYK00.340.240.80
HSL342.35º20.48%16.27%-
HSV(B)342.35º34%19.61%-
XYZ2.211.912.09-
YUV38.65127.63136.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=41.32%
G=27.27%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50333800.340.240.80342.3520.4816.27
Hex32212602218501561410
Octal624146042301205262420
Binary11001010000110011001000101100010100001010101101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322126; }

 p { color: rgb(50,33,38); }

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

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

 a { background-color: rgb(50,33,38); }

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

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

 span { border-color: rgb(50,33,38); }

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