#40183F

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

Shades of Mardi Gras #40183F

Tints of Mardi Gras #40183F

Color information

#40183F (or 0x40183F) is unknown color: approx Mardi Gras. HEX triplet: 40, 18 and 3F. RGB value is (64,24,63). Sum of RGB (Red+Green+Blue) = 64+24+63=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #40183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40183F is #BFE7C0. Grayscale: #282828. Windows color (decimal): -12576705 or 4134976. OLE color: 4134976.

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

Color convert

RGB642463-
CMYK00.620.020.75
HSL301.5º45.45%17.25%-
HSV(B)301.5º62.5%25.1%-
XYZ3.342.14.93-
YUV40.41140.75144.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 63 (25% from 255) = 41.72%
R=42.38%
G=15.89%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64246300.620.020.75301.545.4517.25
Hex40183F03E24B12e2d11
Octal100307707621134565521
Binary100000011000111111011111010100101110010111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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