#401E3F

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

Shades of Mardi Gras #401E3F

Tints of Mardi Gras #401E3F

Color information

#401E3F (or 0x401E3F) is unknown color: approx Mardi Gras. HEX triplet: 40, 1E and 3F. RGB value is (64,30,63). Sum of RGB (Red+Green+Blue) = 64+30+63=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #401E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E3F is #BFE1C0. Grayscale: #2B2B2B. Windows color (decimal): -12575169 or 4136512. OLE color: 4136512.

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

Color convert

RGB643063-
CMYK00.530.020.75
HSL301.76º36.17%18.43%-
HSV(B)301.76º53.12%25.1%-
XYZ3.482.384.98-
YUV43.93138.76142.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 63 (25% from 255) = 40.13%
R=40.76%
G=19.11%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64306300.530.020.75301.7636.1718.43
Hex401E3F03524B12e2412
Octal100367706521134564422
Binary100000011110111111011010110100101110010111010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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