#352730

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

Shades of Melanzane #352730

Tints of Melanzane #352730

Color information

#352730 (or 0x352730) is unknown color: approx Melanzane. HEX triplet: 35, 27 and 30. RGB value is (53,39,48). Sum of RGB (Red+Green+Blue) = 53+39+48=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #352730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352730 is #CAD8CF. Grayscale: #2C2C2C. Windows color (decimal): -13293776 or 3155765. OLE color: 3155765.

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

Color convert

RGB533948-
CMYK00.260.090.79
HSL321.43º15.22%18.04%-
HSV(B)321.43º26.42%20.78%-
XYZ2.732.423.12-
YUV44.21130.14134.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=37.86%
G=27.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53394800.260.090.79321.4315.2218.04
Hex35273001A94F141f12
Octal654760032111175011722
Binary11010110011111000001101010011001111101000001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352730; }

 p { color: rgb(53,39,48); }

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

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

 a { background-color: rgb(53,39,48); }

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

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

 span { border-color: rgb(53,39,48); }

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