#40193E

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

Shades of Mardi Gras #40193E

Tints of Mardi Gras #40193E

Color information

#40193E (or 0x40193E) is unknown color: approx Mardi Gras. HEX triplet: 40, 19 and 3E. RGB value is (64,25,62). Sum of RGB (Red+Green+Blue) = 64+25+62=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #40193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40193E is #BFE6C1. Grayscale: #282828. Windows color (decimal): -12576450 or 4069696. OLE color: 4069696.

HSL color Cylindrical-coordinate representation of color #40193E: hue angle of 303.08º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40193E is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB642562-
CMYK00.610.030.75
HSL303.08º43.82%17.45%-
HSV(B)303.08º60.94%25.1%-
XYZ3.332.134.79-
YUV40.88139.92144.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=42.38%
G=16.56%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64256200.610.030.75303.0843.8217.45
Hex40193E03D34B12f2c11
Octal100317607531134575421
Binary100000011001111110011110111100101110010111110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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