#342030

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

Shades of Melanzane #342030

Tints of Melanzane #342030

Color information

#342030 (or 0x342030) is unknown color: approx Melanzane. HEX triplet: 34, 20 and 30. RGB value is (52,32,48). Sum of RGB (Red+Green+Blue) = 52+32+48=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 52 - color contains mainly: red. Hex color #342030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342030 is #CBDFCF. Grayscale: #272727. Windows color (decimal): -13361104 or 3153972. OLE color: 3153972.

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

Color convert

RGB523248-
CMYK00.380.080.80
HSL312º23.81%16.47%-
HSV(B)312º38.46%20.39%-
XYZ2.471.983.05-
YUV39.8132.63136.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=39.39%
G=24.24%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52324800.380.080.8031223.8116.47
Hex3420300268501381810
Octal644060046101204703020
Binary1101001000001100000100110100010100001001110001100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342030; }

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

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

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

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

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

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

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

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