#3C1A34

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

Shades of Melanzane #3C1A34

Tints of Melanzane #3C1A34

Color information

#3C1A34 (or 0x3C1A34) is unknown color: approx Melanzane. HEX triplet: 3C, 1A and 34. RGB value is (60,26,52). Sum of RGB (Red+Green+Blue) = 60+26+52=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1A34 is #C3E5CB. Grayscale: #272727. Windows color (decimal): -12838348 or 3414588. OLE color: 3414588.

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

Color convert

RGB602652-
CMYK00.570.130.76
HSL314.12º39.53%16.86%-
HSV(B)314.12º56.67%23.53%-
XYZ2.851.953.47-
YUV39.13135.26142.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.48%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=43.48%
G=18.84%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60265200.570.130.76314.1239.5316.86
Hex3C1A34039D4C13a2811
Octal743264071151144725021
Binary1111001101011010001110011101100110010011101010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,26,52); }

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

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

 a { background-color: rgb(60,26,52); }

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

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

 span { border-color: rgb(60,26,52); }

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