#342D32

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

Shades of Melanzane #342D32

Tints of Melanzane #342D32

Color information

#342D32 (or 0x342D32) is unknown color: approx Melanzane. HEX triplet: 34, 2D and 32. RGB value is (52,45,50). Sum of RGB (Red+Green+Blue) = 52+45+50=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 52 - color contains mainly: red. Hex color #342D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D32 is #CBD2CD. Grayscale: #2F2F2F. Windows color (decimal): -13357774 or 3288372. OLE color: 3288372.

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

Color convert

RGB524550-
CMYK00.130.040.80
HSL317.14º7.22%19.02%-
HSV(B)317.14º13.46%20.39%-
XYZ2.932.843.41-
YUV47.66129.32131.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 45 (17.97% from 255) = 30.61%
BLUE value IS 50 (19.92% from 255) = 34.01%
R=35.37%
G=30.61%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52455000.130.040.80317.147.2219.02
Hex342D320D45013d713
Octal6455620154120475723
Binary11010010110111001001101100101000010011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342D32; }

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

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

<style>
 a { background-color: #342D32; }

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

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

<style>
 span { border-color: #342D32; }

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

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