#40003E

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

Shades of Mardi Gras #40003E

Tints of Mardi Gras #40003E

Color information

#40003E (or 0x40003E) is unknown color: approx Mardi Gras. HEX triplet: 40, 00 and 3E. RGB value is (64,0,62). Sum of RGB (Red+Green+Blue) = 64+0+62=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40003E is #BFFFC1. Grayscale: #1A1A1A. Windows color (decimal): -12582850 or 4063296. OLE color: 4063296.

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

Color convert

RGB64062-
CMYK010.030.75
HSL301.88º100%12.55%-
HSV(B)301.88º100%25.1%-
XYZ2.981.444.68-
YUV26.2148.2154.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 49.21%
R=50.79%
G=0%
B=49.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64062010.030.75301.8810012.55
Hex4003E06434B12e64d
Octal1000760144311345614415
Binary100000001111100110010011100101110010111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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