#401F3F

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

Shades of Mardi Gras #401F3F

Tints of Mardi Gras #401F3F

Color information

#401F3F (or 0x401F3F) is unknown color: approx Mardi Gras. HEX triplet: 40, 1F and 3F. RGB value is (64,31,63). Sum of RGB (Red+Green+Blue) = 64+31+63=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #401F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F3F is #BFE0C0. Grayscale: #2C2C2C. Windows color (decimal): -12574913 or 4136768. OLE color: 4136768.

HSL color Cylindrical-coordinate representation of color #401F3F: hue angle of 301.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F3F is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB643163-
CMYK00.520.020.75
HSL301.82º34.74%18.63%-
HSV(B)301.82º51.56%25.1%-
XYZ3.52.434.99-
YUV44.52138.43141.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 63 (25% from 255) = 39.87%
R=40.51%
G=19.62%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64316300.520.020.75301.8234.7418.63
Hex401F3F03424B12e2313
Octal100377706421134564323
Binary100000011111111111011010010100101110010111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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