#352D33

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

Shades of Melanzane #352D33

Tints of Melanzane #352D33

Color information

#352D33 (or 0x352D33) is unknown color: approx Melanzane. HEX triplet: 35, 2D and 33. RGB value is (53,45,51). Sum of RGB (Red+Green+Blue) = 53+45+51=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 53 - color contains mainly: red. Hex color #352D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D33 is #CAD2CC. Grayscale: #303030. Windows color (decimal): -13292237 or 3353909. OLE color: 3353909.

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

Color convert

RGB534551-
CMYK00.150.040.79
HSL315º8.16%19.22%-
HSV(B)315º15.09%20.78%-
XYZ32.873.53-
YUV48.08129.65131.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 51 (20.31% from 255) = 34.23%
R=35.57%
G=30.20%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53455100.150.040.793158.1619.22
Hex352D330F44F13b813
Octal65556301741174731023
Binary110101101101110011011111001001111100111011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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