#3E1F41

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

Shades of Mardi Gras #3E1F41

Tints of Mardi Gras #3E1F41

Color information

#3E1F41 (or 0x3E1F41) is unknown color: approx Mardi Gras. HEX triplet: 3E, 1F and 41. RGB value is (62,31,65). Sum of RGB (Red+Green+Blue) = 62+31+65=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E1F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1F41 is #C1E0BE. Grayscale: #2C2C2C. Windows color (decimal): -12705983 or 4267838. OLE color: 4267838.

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

Color convert

RGB623165-
CMYK0.050.5200.75
HSL294.71º35.42%18.82%-
HSV(B)294.71º52.31%25.49%-
XYZ3.432.395.28-
YUV44.14139.77140.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.24%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=39.24%
G=19.62%
B=41.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6231650.050.5200.75294.7135.4218.82
Hex3E1F4153404B1272313
Octal763710156401134474323
Binary1111101111110000011011101000100101110010011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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