#342B31

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

Shades of Melanzane #342B31

Tints of Melanzane #342B31

Color information

#342B31 (or 0x342B31) is unknown color: approx Melanzane. HEX triplet: 34, 2B and 31. RGB value is (52,43,49). Sum of RGB (Red+Green+Blue) = 52+43+49=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 52 - color contains mainly: red. Hex color #342B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B31 is #CBD4CE. Grayscale: #2E2E2E. Windows color (decimal): -13358287 or 3222324. OLE color: 3222324.

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

Color convert

RGB524349-
CMYK00.170.060.80
HSL320º9.47%18.63%-
HSV(B)320º17.31%20.39%-
XYZ2.832.683.27-
YUV46.38129.48132.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 43 (17.19% from 255) = 29.86%
BLUE value IS 49 (19.53% from 255) = 34.03%
R=36.11%
G=29.86%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52434900.170.060.803209.4718.63
Hex342B31011650140913
Octal64536102161205001123
Binary1101001010111100010100011101010000101000000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,43,49); }

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

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

 a { background-color: rgb(52,43,49); }

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

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

 span { border-color: rgb(52,43,49); }

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