#352231

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

Shades of Melanzane #352231

Tints of Melanzane #352231

Color information

#352231 (or 0x352231) is unknown color: approx Melanzane. HEX triplet: 35, 22 and 31. RGB value is (53,34,49). Sum of RGB (Red+Green+Blue) = 53+34+49=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #352231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352231 is #CADDCE. Grayscale: #292929. Windows color (decimal): -13295055 or 3220021. OLE color: 3220021.

HSL color Cylindrical-coordinate representation of color #352231: hue angle of 312.63º 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 #352231 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB533449-
CMYK00.360.080.79
HSL312.63º21.84%17.06%-
HSV(B)312.63º35.85%20.78%-
XYZ2.592.123.18-
YUV41.39132.29136.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=38.97%
G=25%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53344900.360.080.79312.6321.8417.06
Hex35223102484F1391611
Octal654261044101174712621
Binary1101011000101100010100100100010011111001110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352231; }

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

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

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

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

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

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

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

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