#3E2140

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

Shades of Mardi Gras #3E2140

Tints of Mardi Gras #3E2140

Color information

#3E2140 (or 0x3E2140) is unknown color: approx Mardi Gras. HEX triplet: 3E, 21 and 40. RGB value is (62,33,64). Sum of RGB (Red+Green+Blue) = 62+33+64=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E2140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2140 is #C1DEBF. Grayscale: #2D2D2D. Windows color (decimal): -12705472 or 4202814. OLE color: 4202814.

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

Color convert

RGB623364-
CMYK0.030.4800.75
HSL296.13º31.96%19.02%-
HSV(B)296.13º48.44%25.1%-
XYZ3.462.485.15-
YUV45.2138.61139.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.99%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=38.99%
G=20.75%
B=40.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6233640.030.4800.75296.1331.9619.02
Hex3E214033004B1282013
Octal764110036001134504023
Binary1111101000011000000111100000100101110010100010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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