#40183E

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

Shades of Mardi Gras #40183E

Tints of Mardi Gras #40183E

Color information

#40183E (or 0x40183E) is unknown color: approx Mardi Gras. HEX triplet: 40, 18 and 3E. RGB value is (64,24,62). Sum of RGB (Red+Green+Blue) = 64+24+62=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #40183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40183E is #BFE7C1. Grayscale: #282828. Windows color (decimal): -12576706 or 4069440. OLE color: 4069440.

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

Color convert

RGB642462-
CMYK00.620.030.75
HSL303º45.45%17.25%-
HSV(B)303º62.5%25.1%-
XYZ3.312.094.79-
YUV40.29140.25144.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=42.67%
G=16%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64246200.620.030.7530345.4517.25
Hex40183E03E34B12f2d11
Octal100307607631134575521
Binary100000011000111110011111011100101110010111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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