#3C2137

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

Shades of Melanzane #3C2137

Tints of Melanzane #3C2137

Color information

#3C2137 (or 0x3C2137) is unknown color: approx Melanzane. HEX triplet: 3C, 21 and 37. RGB value is (60,33,55). Sum of RGB (Red+Green+Blue) = 60+33+55=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2137 is #C3DEC8. Grayscale: #2B2B2B. Windows color (decimal): -12836553 or 3612988. OLE color: 3612988.

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

Color convert

RGB603355-
CMYK00.450.080.76
HSL311.11º29.03%18.24%-
HSV(B)311.11º45%23.53%-
XYZ3.12.323.9-
YUV43.58134.45139.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.54%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 55 (21.88% from 255) = 37.16%
R=40.54%
G=22.30%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60335500.450.080.76311.1129.0318.24
Hex3C213702D84C1371d12
Octal744167055101144673522
Binary1111001000011101110101101100010011001001101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,55); }

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

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

 a { background-color: rgb(60,33,55); }

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

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

 span { border-color: rgb(60,33,55); }

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