#401E3E

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

Shades of Mardi Gras #401E3E

Tints of Mardi Gras #401E3E

Color information

#401E3E (or 0x401E3E) is unknown color: approx Mardi Gras. HEX triplet: 40, 1E and 3E. RGB value is (64,30,62). Sum of RGB (Red+Green+Blue) = 64+30+62=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #401E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E3E is #BFE1C1. Grayscale: #2B2B2B. Windows color (decimal): -12575170 or 4070976. OLE color: 4070976.

HSL color Cylindrical-coordinate representation of color #401E3E: hue angle of 303.53º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #401E3E is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB643062-
CMYK00.530.030.75
HSL303.53º36.17%18.43%-
HSV(B)303.53º53.12%25.1%-
XYZ3.452.374.83-
YUV43.81138.26142.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=41.03%
G=19.23%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64306200.530.030.75303.5336.1718.43
Hex401E3E03534B1302412
Octal100367606531134604422
Binary100000011110111110011010111100101110011000010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401E3E; }

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

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

<style>
 a { background-color: #401E3E; }

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

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

<style>
 span { border-color: #401E3E; }

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

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