#352830

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

Shades of Melanzane #352830

Tints of Melanzane #352830

Color information

#352830 (or 0x352830) is unknown color: approx Melanzane. HEX triplet: 35, 28 and 30. RGB value is (53,40,48). Sum of RGB (Red+Green+Blue) = 53+40+48=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #352830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352830 is #CAD7CF. Grayscale: #2C2C2C. Windows color (decimal): -13293520 or 3156021. OLE color: 3156021.

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

Color convert

RGB534048-
CMYK00.250.090.79
HSL323.08º13.98%18.24%-
HSV(B)323.08º24.53%20.78%-
XYZ2.762.493.13-
YUV44.8129.81133.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 40 (16.02% from 255) = 28.37%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=37.59%
G=28.37%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53404800.250.090.79323.0813.9818.24
Hex35283001994F143e12
Octal655060031111175031622
Binary11010110100011000001100110011001111101000011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352830; }

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

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

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

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

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

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

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

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