#40203F

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

Shades of Mardi Gras #40203F

Tints of Mardi Gras #40203F

Color information

#40203F (or 0x40203F) is unknown color: approx Mardi Gras. HEX triplet: 40, 20 and 3F. RGB value is (64,32,63). Sum of RGB (Red+Green+Blue) = 64+32+63=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #40203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40203F is #BFDFC0. Grayscale: #2D2D2D. Windows color (decimal): -12574657 or 4137024. OLE color: 4137024.

HSL color Cylindrical-coordinate representation of color #40203F: hue angle of 301.88º 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 #40203F is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB643263-
CMYK00.500.020.75
HSL301.88º33.33%18.82%-
HSV(B)301.88º50%25.1%-
XYZ3.532.485-
YUV45.1138.1141.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 63 (25% from 255) = 39.62%
R=40.25%
G=20.13%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64326300.500.020.75301.8833.3318.82
Hex40203F03224B12e2113
Octal100407706221134564123
Binary1000000100000111111011001010100101110010111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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