#41033E

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

Shades of Mardi Gras #41033E

Tints of Mardi Gras #41033E

Color information

#41033E (or 0x41033E) is unknown color: approx Mardi Gras. HEX triplet: 41, 03 and 3E. RGB value is (65,3,62). Sum of RGB (Red+Green+Blue) = 65+3+62=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41033E is #BEFCC1. Grayscale: #1C1C1C. Windows color (decimal): -12516546 or 4064065. OLE color: 4064065.

HSL color Cylindrical-coordinate representation of color #41033E: hue angle of 302.9º 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 #41033E is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB65362-
CMYK00.950.050.75
HSL302.9º91.18%13.33%-
HSV(B)302.9º95.38%25.49%-
XYZ3.081.544.69-
YUV28.26147.04154.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 62 (24.61% from 255) = 47.69%
R=50%
G=2.31%
B=47.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6536200.950.050.75302.991.1813.33
Hex4133E05F54B12f5bd
Octal1013760137511345713315
Binary10000011111111001011111101100101110010111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,3,62); }

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

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

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

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

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

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

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