#40183A

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

Shades of Mardi Gras #40183A

Tints of Mardi Gras #40183A

Color information

#40183A (or 0x40183A) is unknown color: approx Mardi Gras. HEX triplet: 40, 18 and 3A. RGB value is (64,24,58). Sum of RGB (Red+Green+Blue) = 64+24+58=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40183A is #BFE7C5. Grayscale: #272727. Windows color (decimal): -12576710 or 3807296. OLE color: 3807296.

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

Color convert

RGB642458-
CMYK00.620.090.75
HSL309º45.45%17.25%-
HSV(B)309º62.5%25.1%-
XYZ3.22.054.23-
YUV39.84138.25145.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=43.84%
G=16.44%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64245800.620.090.7530945.4517.25
Hex40183A03E94B1352d11
Octal1003072076111134655521
Binary10000001100011101001111101001100101110011010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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