#401E3A

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

Shades of Mardi Gras #401E3A

Tints of Mardi Gras #401E3A

Color information

#401E3A (or 0x401E3A) is unknown color: approx Mardi Gras. HEX triplet: 40, 1E and 3A. RGB value is (64,30,58). Sum of RGB (Red+Green+Blue) = 64+30+58=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #401E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E3A is #BFE1C5. Grayscale: #2B2B2B. Windows color (decimal): -12575174 or 3808832. OLE color: 3808832.

HSL color Cylindrical-coordinate representation of color #401E3A: hue angle of 310.59º 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 #401E3A is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB643058-
CMYK00.530.090.75
HSL310.59º36.17%18.43%-
HSV(B)310.59º53.12%25.1%-
XYZ3.342.324.28-
YUV43.36136.26142.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 30 (12.11% from 255) = 19.74%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=42.11%
G=19.74%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64305800.530.090.75310.5936.1718.43
Hex401E3A03594B1372412
Octal1003672065111134674422
Binary10000001111011101001101011001100101110011011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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