#352E33

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

Shades of Melanzane #352E33

Tints of Melanzane #352E33

Color information

#352E33 (or 0x352E33) is unknown color: approx Melanzane. HEX triplet: 35, 2E and 33. RGB value is (53,46,51). Sum of RGB (Red+Green+Blue) = 53+46+51=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 53 - color contains mainly: red. Hex color #352E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E33 is #CAD1CC. Grayscale: #303030. Windows color (decimal): -13291981 or 3354165. OLE color: 3354165.

HSL color Cylindrical-coordinate representation of color #352E33: hue angle of 317.14º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #352E33 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB534651-
CMYK00.130.040.79
HSL317.14º7.07%19.41%-
HSV(B)317.14º13.21%20.78%-
XYZ3.042.953.54-
YUV48.66129.32131.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 51 (20.31% from 255) = 34%
R=35.33%
G=30.67%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53465100.130.040.79317.147.0719.41
Hex352E330D44F13d713
Octal6556630154117475723
Binary11010110111011001101101100100111110011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352E33; }

 p { color: rgb(53,46,51); }

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

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

 a { background-color: rgb(53,46,51); }

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

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

 span { border-color: rgb(53,46,51); }

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