#3E113C

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

Shades of Mardi Gras #3E113C

Tints of Mardi Gras #3E113C

Color information

#3E113C (or 0x3E113C) is unknown color: approx Mardi Gras. HEX triplet: 3E, 11 and 3C. RGB value is (62,17,60). Sum of RGB (Red+Green+Blue) = 62+17+60=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E113C is #C1EEC3. Grayscale: #232323. Windows color (decimal): -12709572 or 3936574. OLE color: 3936574.

HSL color Cylindrical-coordinate representation of color #3E113C: hue angle of 302.67º degrees, saturation: 0.57, 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 #3E113C is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB621760-
CMYK00.730.030.76
HSL302.67º56.96%15.49%-
HSV(B)302.67º72.58%24.31%-
XYZ31.754.45-
YUV35.36141.91147-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.60%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=44.60%
G=12.23%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62176000.730.030.76302.6756.9615.49
Hex3E113C04934C12f39f
Octal762174011131144577117
Binary11111010001111100010010011110011001001011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,17,60); }

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

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

 a { background-color: rgb(62,17,60); }

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

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

 span { border-color: rgb(62,17,60); }

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