#40023B

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

Shades of Mardi Gras #40023B

Tints of Mardi Gras #40023B

Color information

#40023B (or 0x40023B) is unknown color: approx Mardi Gras. HEX triplet: 40, 02 and 3B. RGB value is (64,2,59). Sum of RGB (Red+Green+Blue) = 64+2+59=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #40023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40023B is #BFFDC4. Grayscale: #1A1A1A. Windows color (decimal): -12582341 or 3867200. OLE color: 3867200.

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

Color convert

RGB64259-
CMYK00.970.080.75
HSL304.84º93.94%12.94%-
HSV(B)304.84º96.88%25.1%-
XYZ2.931.454.26-
YUV27.04146.04154.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 59 (23.44% from 255) = 47.2%
R=51.2%
G=1.6%
B=47.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6425900.970.080.75304.8493.9412.94
Hex4023B06184B1315ed
Octal10027301411011346113615
Binary100000010111011011000011000100101110011000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40023B; }

 p { color: rgb(64,2,59); }

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

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

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

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

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

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

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