#400340

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

Shades of Mardi Gras #400340

Tints of Mardi Gras #400340

Color information

#400340 (or 0x400340) is unknown color: approx Mardi Gras. HEX triplet: 40, 03 and 40. RGB value is (64,3,64). Sum of RGB (Red+Green+Blue) = 64+3+64=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #400340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400340 is #BFFCBF. Grayscale: #1C1C1C. Windows color (decimal): -12582080 or 4195136. OLE color: 4195136.

HSL color Cylindrical-coordinate representation of color #400340: hue angle of 300º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400340 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB64364-
CMYK00.9500.75
HSL300º91.04%13.14%-
HSV(B)300º95.31%25.1%-
XYZ3.071.534.98-
YUV28.19148.21153.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=48.85%
G=2.29%
B=48.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6436400.9500.7530091.0413.14
Hex4034005F04B12c5bd
Octal10031000137011345413315
Binary1000000111000000010111110100101110010110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400340; }

 p { color: rgb(64,3,64); }

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

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

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

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

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

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

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