#322E31

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

Shades of Melanzane #322E31

Tints of Melanzane #322E31

Color information

#322E31 (or 0x322E31) is unknown color: approx Melanzane. HEX triplet: 32, 2E and 31. RGB value is (50,46,49). Sum of RGB (Red+Green+Blue) = 50+46+49=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 50 - color contains mainly: red. Hex color #322E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E31 is #CDD1CE. Grayscale: #2F2F2F. Windows color (decimal): -13488591 or 3223090. OLE color: 3223090.

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

Color convert

RGB504649-
CMYK00.080.020.80
HSL315º4.17%18.82%-
HSV(B)315º8%19.61%-
XYZ2.852.853.31-
YUV47.54128.83129.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.48%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=34.48%
G=31.72%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50464900.080.020.803154.1718.82
Hex322E310825013b413
Octal6256610102120473423
Binary1100101011101100010100010101000010011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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