#352C33

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

Shades of Melanzane #352C33

Tints of Melanzane #352C33

Color information

#352C33 (or 0x352C33) is unknown color: approx Melanzane. HEX triplet: 35, 2C and 33. RGB value is (53,44,51). Sum of RGB (Red+Green+Blue) = 53+44+51=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #352C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C33 is #CAD3CC. Grayscale: #2F2F2F. Windows color (decimal): -13292493 or 3353653. OLE color: 3353653.

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

Color convert

RGB534451-
CMYK00.170.040.79
HSL313.33º9.28%19.02%-
HSV(B)313.33º16.98%20.78%-
XYZ2.972.83.52-
YUV47.49129.98131.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 51 (20.31% from 255) = 34.46%
R=35.81%
G=29.73%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53445100.170.040.79313.339.2819.02
Hex352C3301144F139913
Octal65546302141174711123
Binary1101011011001100110100011001001111100111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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