#352131

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

Shades of Melanzane #352131

Tints of Melanzane #352131

Color information

#352131 (or 0x352131) is unknown color: approx Melanzane. HEX triplet: 35, 21 and 31. RGB value is (53,33,49). Sum of RGB (Red+Green+Blue) = 53+33+49=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #352131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352131 is #CADECE. Grayscale: #282828. Windows color (decimal): -13295311 or 3219765. OLE color: 3219765.

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

Color convert

RGB533349-
CMYK00.380.080.79
HSL312º23.26%16.86%-
HSV(B)312º37.74%20.78%-
XYZ2.572.073.17-
YUV40.8132.63136.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=39.26%
G=24.44%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53334900.380.080.7931223.2616.86
Hex35213102684F1381711
Octal654161046101174702721
Binary1101011000011100010100110100010011111001110001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352131; }

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

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

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

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

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

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

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

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