#352930

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

Shades of Melanzane #352930

Tints of Melanzane #352930

Color information

#352930 (or 0x352930) is unknown color: approx Melanzane. HEX triplet: 35, 29 and 30. RGB value is (53,41,48). Sum of RGB (Red+Green+Blue) = 53+41+48=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #352930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352930 is #CAD6CF. Grayscale: #2D2D2D. Windows color (decimal): -13293264 or 3156277. OLE color: 3156277.

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

Color convert

RGB534148-
CMYK00.230.090.79
HSL325º12.77%18.43%-
HSV(B)325º22.64%20.78%-
XYZ2.792.563.14-
YUV45.39129.48133.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=37.32%
G=28.87%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53414800.230.090.7932512.7718.43
Hex35293001794F145d12
Octal655160027111175051522
Binary11010110100111000001011110011001111101000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352930; }

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

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

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

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

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

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

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

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