#3E1940

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

Shades of Mardi Gras #3E1940

Tints of Mardi Gras #3E1940

Color information

#3E1940 (or 0x3E1940) is unknown color: approx Mardi Gras. HEX triplet: 3E, 19 and 40. RGB value is (62,25,64). Sum of RGB (Red+Green+Blue) = 62+25+64=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E1940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1940 is #C1E6BF. Grayscale: #282828. Windows color (decimal): -12707520 or 4200766. OLE color: 4200766.

HSL color Cylindrical-coordinate representation of color #3E1940: hue angle of 296.92º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E1940 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB622564-
CMYK0.030.6100.75
HSL296.92º43.82%17.45%-
HSV(B)296.92º60.94%25.1%-
XYZ3.262.095.08-
YUV40.51141.26143.33-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.06%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=41.06%
G=16.56%
B=42.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6225640.030.6100.75296.9243.8217.45
Hex3E194033D04B1292c11
Octal763110037501134515421
Binary111110110011000000111111010100101110010100110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,25,64); }

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

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

 a { background-color: rgb(62,25,64); }

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

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

 span { border-color: rgb(62,25,64); }

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