#3C2035

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

Shades of Melanzane #3C2035

Tints of Melanzane #3C2035

Color information

#3C2035 (or 0x3C2035) is unknown color: approx Melanzane. HEX triplet: 3C, 20 and 35. RGB value is (60,32,53). Sum of RGB (Red+Green+Blue) = 60+32+53=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2035 is #C3DFCA. Grayscale: #2A2A2A. Windows color (decimal): -12836811 or 3481660. OLE color: 3481660.

HSL color Cylindrical-coordinate representation of color #3C2035: hue angle of 315º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C2035 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.76.

Color convert

RGB603253-
CMYK00.470.120.76
HSL315º30.43%18.04%-
HSV(B)315º46.67%23.53%-
XYZ3.022.253.64-
YUV42.77133.78140.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.38%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=41.38%
G=22.07%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60325300.470.120.7631530.4318.04
Hex3C203502FC4C13b1e12
Octal744065057141144733622
Binary1111001000001101010101111110010011001001110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C2035; }

 p { color: rgb(60,32,53); }

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

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

 a { background-color: rgb(60,32,53); }

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

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

 span { border-color: rgb(60,32,53); }

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