#352933

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

Shades of Melanzane #352933

Tints of Melanzane #352933

Color information

#352933 (or 0x352933) is unknown color: approx Melanzane. HEX triplet: 35, 29 and 33. RGB value is (53,41,51). Sum of RGB (Red+Green+Blue) = 53+41+51=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 53 - color contains mainly: red. Hex color #352933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352933 is #CAD6CC. Grayscale: #2D2D2D. Windows color (decimal): -13293261 or 3352885. OLE color: 3352885.

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

Color convert

RGB534151-
CMYK00.230.040.79
HSL310º12.77%18.43%-
HSV(B)310º22.64%20.78%-
XYZ2.862.583.48-
YUV45.73130.98133.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 51 (20.31% from 255) = 35.17%
R=36.55%
G=28.28%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53415100.230.040.7931012.7718.43
Hex35293301744F136d12
Octal65516302741174661522
Binary1101011010011100110101111001001111100110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352933; }

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

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

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

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

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

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

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

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