#342632

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

Shades of Melanzane #342632

Tints of Melanzane #342632

Color information

#342632 (or 0x342632) is unknown color: approx Melanzane. HEX triplet: 34, 26 and 32. RGB value is (52,38,50). Sum of RGB (Red+Green+Blue) = 52+38+50=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 52 - color contains mainly: red. Hex color #342632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342632 is #CBD9CD. Grayscale: #2B2B2B. Windows color (decimal): -13359566 or 3286580. OLE color: 3286580.

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

Color convert

RGB523850-
CMYK00.270.040.80
HSL308.57º15.56%17.65%-
HSV(B)308.57º26.92%20.39%-
XYZ2.692.353.33-
YUV43.55131.64134.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=37.14%
G=27.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52385000.270.040.80308.5715.5617.65
Hex34263201B4501351012
Octal64466203341204652022
Binary11010010011011001001101110010100001001101011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342632; }

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

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

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

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

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

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

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

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