#40203E

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

Shades of Mardi Gras #40203E

Tints of Mardi Gras #40203E

Color information

#40203E (or 0x40203E) is unknown color: approx Mardi Gras. HEX triplet: 40, 20 and 3E. RGB value is (64,32,62). Sum of RGB (Red+Green+Blue) = 64+32+62=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #40203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40203E is #BFDFC1. Grayscale: #2C2C2C. Windows color (decimal): -12574658 or 4071488. OLE color: 4071488.

HSL color Cylindrical-coordinate representation of color #40203E: hue angle of 303.75º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40203E is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB643262-
CMYK00.500.030.75
HSL303.75º33.33%18.82%-
HSV(B)303.75º50%25.1%-
XYZ3.52.474.85-
YUV44.99137.6141.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=40.51%
G=20.25%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64326200.500.030.75303.7533.3318.82
Hex40203E03234B1302113
Octal100407606231134604123
Binary1000000100000111110011001011100101110011000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40203E; }

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

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

<style>
 a { background-color: #40203E; }

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

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

<style>
 span { border-color: #40203E; }

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

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