#3C2132

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

Shades of Melanzane #3C2132

Tints of Melanzane #3C2132

Color information

#3C2132 (or 0x3C2132) is unknown color: approx Melanzane. HEX triplet: 3C, 21 and 32. RGB value is (60,33,50). Sum of RGB (Red+Green+Blue) = 60+33+50=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2132 is #C3DECD. Grayscale: #2A2A2A. Windows color (decimal): -12836558 or 3285308. OLE color: 3285308.

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

Color convert

RGB603350-
CMYK00.450.170.76
HSL322.22º29.03%18.24%-
HSV(B)322.22º45%23.53%-
XYZ2.982.283.3-
YUV43.01131.95140.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.96%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=41.96%
G=23.08%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60335000.450.170.76322.2229.0318.24
Hex3C213202D114C1421d12
Octal744162055211145023522
Binary11110010000111001001011011000110011001010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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