#3C2A36

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

Shades of Melanzane #3C2A36

Tints of Melanzane #3C2A36

Color information

#3C2A36 (or 0x3C2A36) is unknown color: approx Melanzane. HEX triplet: 3C, 2A and 36. RGB value is (60,42,54). Sum of RGB (Red+Green+Blue) = 60+42+54=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2A36 is #C3D5C9. Grayscale: #303030. Windows color (decimal): -12834250 or 3549756. OLE color: 3549756.

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

Color convert

RGB604254-
CMYK00.30.100.76
HSL320º17.65%20%-
HSV(B)320º30%23.53%-
XYZ3.362.883.87-
YUV48.75130.96136.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 54 (21.48% from 255) = 34.62%
R=38.46%
G=26.92%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60425400.30.100.7632017.6520
Hex3C2A3601EA4C1401214
Octal745266036121145002224
Binary111100101010110110011110101010011001010000001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,42,54); }

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

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

 a { background-color: rgb(60,42,54); }

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

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

 span { border-color: rgb(60,42,54); }

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