#401F46

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

Shades of Mardi Gras #401F46

Tints of Mardi Gras #401F46

Color information

#401F46 (or 0x401F46) is unknown color: approx Mardi Gras. HEX triplet: 40, 1F and 46. RGB value is (64,31,70). Sum of RGB (Red+Green+Blue) = 64+31+70=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #401F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F46 is #BFE0B9. Grayscale: #2D2D2D. Windows color (decimal): -12574906 or 4595520. OLE color: 4595520.

HSL color Cylindrical-coordinate representation of color #401F46: hue angle of 290.77º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401F46 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB643170-
CMYK0.090.5600.73
HSL290.77º38.61%19.8%-
HSV(B)290.77º55.71%27.45%-
XYZ3.712.516.08-
YUV45.31141.93141.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=38.79%
G=18.79%
B=42.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6431700.090.5600.73290.7738.6119.8
Hex401F469380491232714
Octal10037106117001114434724
Binary100000011111100011010011110000100100110010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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