#3C1037

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

Shades of Mardi Gras #3C1037

Tints of Mardi Gras #3C1037

Color information

#3C1037 (or 0x3C1037) is unknown color: approx Mardi Gras. HEX triplet: 3C, 10 and 37. RGB value is (60,16,55). Sum of RGB (Red+Green+Blue) = 60+16+55=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1037 is #C3EFC8. Grayscale: #212121. Windows color (decimal): -12840905 or 3608636. OLE color: 3608636.

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

Color convert

RGB601655-
CMYK00.730.080.76
HSL306.82º57.89%14.9%-
HSV(B)306.82º73.33%23.53%-
XYZ2.741.613.78-
YUV33.6140.08146.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 45.80%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 55 (21.88% from 255) = 41.98%
R=45.80%
G=12.21%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60165500.730.080.76306.8257.8914.9
Hex3C103704984C1333af
Octal7420670111101144637217
Binary1111001000011011101001001100010011001001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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