#342C31

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

Shades of Melanzane #342C31

Tints of Melanzane #342C31

Color information

#342C31 (or 0x342C31) is unknown color: approx Melanzane. HEX triplet: 34, 2C and 31. RGB value is (52,44,49). Sum of RGB (Red+Green+Blue) = 52+44+49=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 52 - color contains mainly: red. Hex color #342C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C31 is #CBD3CE. Grayscale: #2E2E2E. Windows color (decimal): -13358031 or 3222580. OLE color: 3222580.

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

Color convert

RGB524449-
CMYK00.150.060.80
HSL322.5º8.33%18.82%-
HSV(B)322.5º15.38%20.39%-
XYZ2.872.753.29-
YUV46.96129.15131.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=35.86%
G=30.34%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52444900.150.060.80322.58.3318.82
Hex342C310F650142813
Octal64546101761205021023
Binary110100101100110001011111101010000101000010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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