#352833

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

Shades of Melanzane #352833

Tints of Melanzane #352833

Color information

#352833 (or 0x352833) is unknown color: approx Melanzane. HEX triplet: 35, 28 and 33. RGB value is (53,40,51). Sum of RGB (Red+Green+Blue) = 53+40+51=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #352833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352833 is #CAD7CC. Grayscale: #2D2D2D. Windows color (decimal): -13293517 or 3352629. OLE color: 3352629.

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

Color convert

RGB534051-
CMYK00.250.040.79
HSL309.23º13.98%18.24%-
HSV(B)309.23º24.53%20.78%-
XYZ2.822.513.47-
YUV45.14131.31133.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 51 (20.31% from 255) = 35.42%
R=36.81%
G=27.78%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53405100.250.040.79309.2313.9818.24
Hex35283301944F135e12
Octal65506303141174651622
Binary1101011010001100110110011001001111100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352833; }

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

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

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

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

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

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

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

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