#342832

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

Shades of Melanzane #342832

Tints of Melanzane #342832

Color information

#342832 (or 0x342832) is unknown color: approx Melanzane. HEX triplet: 34, 28 and 32. RGB value is (52,40,50). Sum of RGB (Red+Green+Blue) = 52+40+50=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #342832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342832 is #CBD7CD. Grayscale: #2C2C2C. Windows color (decimal): -13359054 or 3287092. OLE color: 3287092.

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

Color convert

RGB524050-
CMYK00.230.040.80
HSL310º13.04%18.04%-
HSV(B)310º23.08%20.39%-
XYZ2.752.483.35-
YUV44.73130.98133.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=36.62%
G=28.17%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52405000.230.040.8031013.0418.04
Hex342832017450136d12
Octal64506202741204661522
Binary1101001010001100100101111001010000100110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342832; }

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

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

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

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

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

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

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

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