#3C2032

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

Shades of Melanzane #3C2032

Tints of Melanzane #3C2032

Color information

#3C2032 (or 0x3C2032) is unknown color: approx Melanzane. HEX triplet: 3C, 20 and 32. RGB value is (60,32,50). Sum of RGB (Red+Green+Blue) = 60+32+50=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2032 is #C3DFCD. Grayscale: #2A2A2A. Windows color (decimal): -12836814 or 3285052. OLE color: 3285052.

HSL color Cylindrical-coordinate representation of color #3C2032: hue angle of 321.43º 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 #3C2032 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.76.

Color convert

RGB603250-
CMYK00.470.170.76
HSL321.43º30.43%18.04%-
HSV(B)321.43º46.67%23.53%-
XYZ2.962.223.29-
YUV42.42132.28140.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.25%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=42.25%
G=22.54%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60325000.470.170.76321.4330.4318.04
Hex3C203202F114C1411e12
Octal744062057211145013622
Binary11110010000011001001011111000110011001010000011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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