#3E1040

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

Shades of Mardi Gras #3E1040

Tints of Mardi Gras #3E1040

Color information

#3E1040 (or 0x3E1040) is unknown color: approx Mardi Gras. HEX triplet: 3E, 10 and 40. RGB value is (62,16,64). Sum of RGB (Red+Green+Blue) = 62+16+64=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E1040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1040 is #C1EFBF. Grayscale: #232323. Windows color (decimal): -12709824 or 4198462. OLE color: 4198462.

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

Color convert

RGB621664-
CMYK0.030.7500.75
HSL297.5º60%15.69%-
HSV(B)297.5º75%25.1%-
XYZ3.11.765.03-
YUV35.23144.24147.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=43.66%
G=11.27%
B=45.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6216640.030.7500.75297.56015.69
Hex3E104034B04B12a3c10
Octal7620100311301134527420
Binary1111101000010000001110010110100101110010101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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