#3C1D35

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

Shades of Melanzane #3C1D35

Tints of Melanzane #3C1D35

Color information

#3C1D35 (or 0x3C1D35) is unknown color: approx Melanzane. HEX triplet: 3C, 1D and 35. RGB value is (60,29,53). Sum of RGB (Red+Green+Blue) = 60+29+53=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1D35 is #C3E2CA. Grayscale: #282828. Windows color (decimal): -12837579 or 3480892. OLE color: 3480892.

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

Color convert

RGB602953-
CMYK00.520.120.76
HSL313.55º34.83%17.45%-
HSV(B)313.55º51.67%23.53%-
XYZ2.952.13.62-
YUV41134.77141.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.25%
GREEN value IS 29 (11.72% from 255) = 20.42%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=42.25%
G=20.42%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60295300.520.120.76313.5534.8317.45
Hex3C1D35034C4C13a2311
Octal743565064141144724321
Binary1111001110111010101101001100100110010011101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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