#322B31

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

Shades of Melanzane #322B31

Tints of Melanzane #322B31

Color information

#322B31 (or 0x322B31) is unknown color: approx Melanzane. HEX triplet: 32, 2B and 31. RGB value is (50,43,49). Sum of RGB (Red+Green+Blue) = 50+43+49=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 50 - color contains mainly: red. Hex color #322B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B31 is #CDD4CE. Grayscale: #2D2D2D. Windows color (decimal): -13489359 or 3222322. OLE color: 3222322.

HSL color Cylindrical-coordinate representation of color #322B31: hue angle of 308.57º 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 #322B31 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB504349-
CMYK00.140.020.80
HSL308.57º7.53%18.24%-
HSV(B)308.57º14%19.61%-
XYZ2.732.633.27-
YUV45.78129.82131.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 43 (17.19% from 255) = 30.28%
BLUE value IS 49 (19.53% from 255) = 34.51%
R=35.21%
G=30.28%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50434900.140.020.80308.577.5318.24
Hex322B310E250135812
Octal62536101621204651022
Binary11001010101111000101110101010000100110101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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