#322A31

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

Shades of Melanzane #322A31

Tints of Melanzane #322A31

Color information

#322A31 (or 0x322A31) is unknown color: approx Melanzane. HEX triplet: 32, 2A and 31. RGB value is (50,42,49). Sum of RGB (Red+Green+Blue) = 50+42+49=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 50 - color contains mainly: red. Hex color #322A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A31 is #CDD5CE. Grayscale: #2D2D2D. Windows color (decimal): -13489615 or 3222066. OLE color: 3222066.

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

Color convert

RGB504249-
CMYK00.160.020.80
HSL307.5º8.7%18.04%-
HSV(B)307.5º16%19.61%-
XYZ2.72.563.26-
YUV45.19130.15131.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=35.46%
G=29.79%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50424900.160.020.80307.58.718.04
Hex322A31010250134912
Octal62526102021204641122
Binary110010101010110001010000101010000100110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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