#401E3C

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

Shades of Mardi Gras #401E3C

Tints of Mardi Gras #401E3C

Color information

#401E3C (or 0x401E3C) is unknown color: approx Mardi Gras. HEX triplet: 40, 1E and 3C. RGB value is (64,30,60). Sum of RGB (Red+Green+Blue) = 64+30+60=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #401E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E3C is #BFE1C3. Grayscale: #2B2B2B. Windows color (decimal): -12575172 or 3939904. OLE color: 3939904.

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

Color convert

RGB643060-
CMYK00.530.060.75
HSL307.06º36.17%18.43%-
HSV(B)307.06º53.12%25.1%-
XYZ3.392.344.55-
YUV43.59137.26142.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 30 (12.11% from 255) = 19.48%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=41.56%
G=19.48%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64306000.530.060.75307.0636.1718.43
Hex401E3C03564B1332412
Octal100367406561134634422
Binary1000000111101111000110101110100101110011001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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