#3E1141

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

Shades of Mardi Gras #3E1141

Tints of Mardi Gras #3E1141

Color information

#3E1141 (or 0x3E1141) is unknown color: approx Mardi Gras. HEX triplet: 3E, 11 and 41. RGB value is (62,17,65). Sum of RGB (Red+Green+Blue) = 62+17+65=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E1141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1141 is #C1EEBE. Grayscale: #232323. Windows color (decimal): -12709567 or 4264254. OLE color: 4264254.

HSL color Cylindrical-coordinate representation of color #3E1141: hue angle of 296.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1141 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB621765-
CMYK0.050.7400.75
HSL296.25º58.54%16.08%-
HSV(B)296.25º73.85%25.49%-
XYZ3.141.815.18-
YUV35.93144.41146.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.06%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=43.06%
G=11.81%
B=45.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6217650.050.7400.75296.2558.5416.08
Hex3E114154A04B1283b10
Octal7621101511201134507320
Binary11111010001100000110110010100100101110010100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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