#342930

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

Shades of Melanzane #342930

Tints of Melanzane #342930

Color information

#342930 (or 0x342930) is unknown color: approx Melanzane. HEX triplet: 34, 29 and 30. RGB value is (52,41,48). Sum of RGB (Red+Green+Blue) = 52+41+48=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 52 - color contains mainly: red. Hex color #342930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342930 is #CBD6CF. Grayscale: #2D2D2D. Windows color (decimal): -13358800 or 3156276. OLE color: 3156276.

HSL color Cylindrical-coordinate representation of color #342930: hue angle of 321.82º 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 #342930 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB524148-
CMYK00.210.080.80
HSL321.82º11.83%18.24%-
HSV(B)321.82º21.15%20.39%-
XYZ2.742.533.14-
YUV45.09129.64132.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=36.88%
G=29.08%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52414800.210.080.80321.8211.8318.24
Hex342930015850142c12
Octal645160025101205021422
Binary11010010100111000001010110001010000101000010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342930; }

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

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

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

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

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

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

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

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