#3E1F40

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

Shades of Mardi Gras #3E1F40

Tints of Mardi Gras #3E1F40

Color information

#3E1F40 (or 0x3E1F40) is unknown color: approx Mardi Gras. HEX triplet: 3E, 1F and 40. RGB value is (62,31,64). Sum of RGB (Red+Green+Blue) = 62+31+64=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E1F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1F40 is #C1E0BF. Grayscale: #2B2B2B. Windows color (decimal): -12705984 or 4202302. OLE color: 4202302.

HSL color Cylindrical-coordinate representation of color #3E1F40: hue angle of 296.36º 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 #3E1F40 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB623164-
CMYK0.030.5200.75
HSL296.36º34.74%18.63%-
HSV(B)296.36º51.56%25.1%-
XYZ3.42.375.13-
YUV44.03139.27140.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.49%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=39.49%
G=19.75%
B=40.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6231640.030.5200.75296.3634.7418.63
Hex3E1F4033404B1282313
Octal763710036401134504323
Binary111110111111000000111101000100101110010100010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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