#322B2F

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

Shades of Melanzane #322B2F

Tints of Melanzane #322B2F

Color information

#322B2F (or 0x322B2F) is unknown color: approx Melanzane. HEX triplet: 32, 2B and 2F. RGB value is (50,43,47). Sum of RGB (Red+Green+Blue) = 50+43+47=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #322B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B2F is #CDD4D0. Grayscale: #2D2D2D. Windows color (decimal): -13489361 or 3091250. OLE color: 3091250.

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

Color convert

RGB504347-
CMYK00.140.060.80
HSL325.71º7.53%18.24%-
HSV(B)325.71º14%19.61%-
XYZ2.692.613.05-
YUV45.55128.82131.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 47 (18.75% from 255) = 33.57%
R=35.71%
G=30.71%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50434700.140.060.80325.717.5318.24
Hex322B2F0E650146812
Octal62535701661205061022
Binary110010101011101111011101101010000101000110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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