#40003F

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

Shades of Mardi Gras #40003F

Tints of Mardi Gras #40003F

Color information

#40003F (or 0x40003F) is unknown color: approx Mardi Gras. HEX triplet: 40, 00 and 3F. RGB value is (64,0,63). Sum of RGB (Red+Green+Blue) = 64+0+63=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40003F is #BFFFC0. Grayscale: #1A1A1A. Windows color (decimal): -12582849 or 4128832. OLE color: 4128832.

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

Color convert

RGB64063-
CMYK010.020.75
HSL300.94º100%12.55%-
HSV(B)300.94º100%25.1%-
XYZ3.011.454.82-
YUV26.32148.7154.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 49.61%
R=50.39%
G=0%
B=49.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64063010.020.75300.9410012.55
Hex4003F06424B12d64d
Octal1000770144211345514415
Binary100000001111110110010010100101110010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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