#342A32

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

Shades of Melanzane #342A32

Tints of Melanzane #342A32

Color information

#342A32 (or 0x342A32) is unknown color: approx Melanzane. HEX triplet: 34, 2A and 32. RGB value is (52,42,50). Sum of RGB (Red+Green+Blue) = 52+42+50=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 52 - color contains mainly: red. Hex color #342A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A32 is #CBD5CD. Grayscale: #2D2D2D. Windows color (decimal): -13358542 or 3287604. OLE color: 3287604.

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

Color convert

RGB524250-
CMYK00.190.040.80
HSL312º10.64%18.43%-
HSV(B)312º19.23%20.39%-
XYZ2.822.623.37-
YUV45.9130.31132.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=36.11%
G=29.17%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52425000.190.040.8031210.6418.43
Hex342A32013450138b12
Octal64526202341204701322
Binary1101001010101100100100111001010000100111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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