#401B3A

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

Shades of Mardi Gras #401B3A

Tints of Mardi Gras #401B3A

Color information

#401B3A (or 0x401B3A) is unknown color: approx Mardi Gras. HEX triplet: 40, 1B and 3A. RGB value is (64,27,58). Sum of RGB (Red+Green+Blue) = 64+27+58=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #401B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B3A is #BFE4C5. Grayscale: #292929. Windows color (decimal): -12575942 or 3808064. OLE color: 3808064.

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

Color convert

RGB642758-
CMYK00.580.090.75
HSL309.73º40.66%17.84%-
HSV(B)309.73º57.81%25.1%-
XYZ3.272.184.25-
YUV41.6137.26143.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 58 (23.05% from 255) = 38.93%
R=42.95%
G=18.12%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64275800.580.090.75309.7340.6617.84
Hex401B3A03A94B1362912
Octal1003372072111134665122
Binary10000001101111101001110101001100101110011011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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