#401B3E

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

Shades of Mardi Gras #401B3E

Tints of Mardi Gras #401B3E

Color information

#401B3E (or 0x401B3E) is unknown color: approx Mardi Gras. HEX triplet: 40, 1B and 3E. RGB value is (64,27,62). Sum of RGB (Red+Green+Blue) = 64+27+62=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #401B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B3E is #BFE4C1. Grayscale: #292929. Windows color (decimal): -12575938 or 4070208. OLE color: 4070208.

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

Color convert

RGB642762-
CMYK00.580.030.75
HSL303.24º40.66%17.84%-
HSV(B)303.24º57.81%25.1%-
XYZ3.382.224.81-
YUV42.05139.26143.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 27 (10.94% from 255) = 17.65%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=41.83%
G=17.65%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64276200.580.030.75303.2440.6617.84
Hex401B3E03A34B12f2912
Octal100337607231134575122
Binary100000011011111110011101011100101110010111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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