#352232

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

Shades of Melanzane #352232

Tints of Melanzane #352232

Color information

#352232 (or 0x352232) is unknown color: approx Melanzane. HEX triplet: 35, 22 and 32. RGB value is (53,34,50). Sum of RGB (Red+Green+Blue) = 53+34+50=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #352232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352232 is #CADDCD. Grayscale: #292929. Windows color (decimal): -13295054 or 3285557. OLE color: 3285557.

HSL color Cylindrical-coordinate representation of color #352232: hue angle of 309.47º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #352232 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB533450-
CMYK00.360.060.79
HSL309.47º21.84%17.06%-
HSV(B)309.47º35.85%20.78%-
XYZ2.622.133.29-
YUV41.5132.79136.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 34 (13.67% from 255) = 24.82%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=38.69%
G=24.82%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53345000.360.060.79309.4721.8417.06
Hex35223202464F1351611
Octal65426204461174652621
Binary110101100010110010010010011010011111001101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352232; }

 p { color: rgb(53,34,50); }

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

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

 a { background-color: rgb(53,34,50); }

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

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

 span { border-color: rgb(53,34,50); }

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