#353034

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

Shades of Melanzane #353034

Tints of Melanzane #353034

Color information

#353034 (or 0x353034) is unknown color: approx Melanzane. HEX triplet: 35, 30 and 34. RGB value is (53,48,52). Sum of RGB (Red+Green+Blue) = 53+48+52=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 53 - color contains mainly: red. Hex color #353034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353034 is #CACFCB. Grayscale: #313131. Windows color (decimal): -13291468 or 3420213. OLE color: 3420213.

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

Color convert

RGB534852-
CMYK00.090.020.79
HSL312º4.95%19.8%-
HSV(B)312º9.43%20.78%-
XYZ3.143.123.69-
YUV49.95129.16130.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=34.64%
G=31.37%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53485200.090.020.793124.9519.8
Hex3530340924F138514
Octal6560640112117470524
Binary1101011100001101000100110100111110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353034; }

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

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

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

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

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

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

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

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