#353134

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

Shades of Melanzane #353134

Tints of Melanzane #353134

Color information

#353134 (or 0x353134) is unknown color: approx Melanzane. HEX triplet: 35, 31 and 34. RGB value is (53,49,52). Sum of RGB (Red+Green+Blue) = 53+49+52=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 53 - color contains mainly: red. Hex color #353134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353134 is #CACECB. Grayscale: #323232. Windows color (decimal): -13291212 or 3420469. OLE color: 3420469.

HSL color Cylindrical-coordinate representation of color #353134: hue angle of 315º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #353134 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB534952-
CMYK00.080.020.79
HSL315º3.92%20%-
HSV(B)315º7.55%20.78%-
XYZ3.193.23.7-
YUV50.54128.83129.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 52 (20.70% from 255) = 33.77%
R=34.42%
G=31.82%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53495200.080.020.793153.9220
Hex3531340824F13b414
Octal6561640102117473424
Binary1101011100011101000100010100111110011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353134; }

 p { color: rgb(53,49,52); }

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

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

 a { background-color: rgb(53,49,52); }

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

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

 span { border-color: rgb(53,49,52); }

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