#3E1D41

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

Shades of Mardi Gras #3E1D41

Tints of Mardi Gras #3E1D41

Color information

#3E1D41 (or 0x3E1D41) is unknown color: approx Mardi Gras. HEX triplet: 3E, 1D and 41. RGB value is (62,29,65). Sum of RGB (Red+Green+Blue) = 62+29+65=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E1D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1D41 is #C1E2BE. Grayscale: #2A2A2A. Windows color (decimal): -12706495 or 4267326. OLE color: 4267326.

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

Color convert

RGB622965-
CMYK0.050.5500.75
HSL295º38.3%18.43%-
HSV(B)295º55.38%25.49%-
XYZ3.382.285.26-
YUV42.97140.43141.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.74%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=39.74%
G=18.59%
B=41.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6229650.050.5500.7529538.318.43
Hex3E1D4153704B1272612
Octal763510156701134474622
Binary1111101110110000011011101110100101110010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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