#342931

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

Shades of Melanzane #342931

Tints of Melanzane #342931

Color information

#342931 (or 0x342931) is unknown color: approx Melanzane. HEX triplet: 34, 29 and 31. RGB value is (52,41,49). Sum of RGB (Red+Green+Blue) = 52+41+49=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #342931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342931 is #CBD6CE. Grayscale: #2D2D2D. Windows color (decimal): -13358799 or 3221812. OLE color: 3221812.

HSL color Cylindrical-coordinate representation of color #342931: hue angle of 316.36º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #342931 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB524149-
CMYK00.210.060.80
HSL316.36º11.83%18.24%-
HSV(B)316.36º21.15%20.39%-
XYZ2.762.543.25-
YUV45.2130.14132.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 49 (19.53% from 255) = 34.51%
R=36.62%
G=28.87%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52414900.210.060.80316.3611.8318.24
Hex34293101565013cc12
Octal64516102561204741422
Binary1101001010011100010101011101010000100111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342931; }

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

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

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

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

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

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

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

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