#342330

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

Shades of Melanzane #342330

Tints of Melanzane #342330

Color information

#342330 (or 0x342330) is unknown color: approx Melanzane. HEX triplet: 34, 23 and 30. RGB value is (52,35,48). Sum of RGB (Red+Green+Blue) = 52+35+48=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #342330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342330 is #CBDCCF. Grayscale: #292929. Windows color (decimal): -13360336 or 3154740. OLE color: 3154740.

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

Color convert

RGB523548-
CMYK00.330.080.80
HSL314.12º19.54%17.06%-
HSV(B)314.12º32.69%20.39%-
XYZ2.552.153.08-
YUV41.56131.63135.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=38.52%
G=25.93%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52354800.330.080.80314.1219.5417.06
Hex34233002185013a1411
Octal644360041101204722421
Binary1101001000111100000100001100010100001001110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342330; }

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

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

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

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

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

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

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

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