#322B2D

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

Shades of Aubergine #322B2D

Tints of Aubergine #322B2D

Color information

#322B2D (or 0x322B2D) is unknown color: approx Aubergine. HEX triplet: 32, 2B and 2D. RGB value is (50,43,45). Sum of RGB (Red+Green+Blue) = 50+43+45=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 50 - color contains mainly: red. Hex color #322B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B2D is #CDD4D2. Grayscale: #2D2D2D. Windows color (decimal): -13489363 or 2960178. OLE color: 2960178.

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

Color convert

RGB504345-
CMYK00.140.100.80
HSL342.86º7.53%18.24%-
HSV(B)342.86º14%19.61%-
XYZ2.652.62.84-
YUV45.32127.82131.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=36.23%
G=31.16%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50434500.140.100.80342.867.5318.24
Hex322B2D0EA50157812
Octal625355016121205271022
Binary1100101010111011010111010101010000101010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322B2D; }

 p { color: rgb(50,43,45); }

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

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

 a { background-color: rgb(50,43,45); }

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

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

 span { border-color: rgb(50,43,45); }

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