#401B3C

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

Shades of Mardi Gras #401B3C

Tints of Mardi Gras #401B3C

Color information

#401B3C (or 0x401B3C) is unknown color: approx Mardi Gras. HEX triplet: 40, 1B and 3C. RGB value is (64,27,60). Sum of RGB (Red+Green+Blue) = 64+27+60=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #401B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B3C is #BFE4C3. Grayscale: #292929. Windows color (decimal): -12575940 or 3939136. OLE color: 3939136.

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

Color convert

RGB642760-
CMYK00.580.060.75
HSL306.49º40.66%17.84%-
HSV(B)306.49º57.81%25.1%-
XYZ3.322.24.52-
YUV41.82138.26143.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 60 (23.83% from 255) = 39.74%
R=42.38%
G=17.88%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64276000.580.060.75306.4940.6617.84
Hex401B3C03A64B1322912
Octal100337407261134625122
Binary1000000110111111000111010110100101110011001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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