#41003E

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

Shades of Mardi Gras #41003E

Tints of Mardi Gras #41003E

Color information

#41003E (or 0x41003E) is unknown color: approx Mardi Gras. HEX triplet: 41, 00 and 3E. RGB value is (65,0,62). Sum of RGB (Red+Green+Blue) = 65+0+62=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41003E is #BEFFC1. Grayscale: #1A1A1A. Windows color (decimal): -12517314 or 4063297. OLE color: 4063297.

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

Color convert

RGB65062-
CMYK010.050.75
HSL302.77º100%12.75%-
HSV(B)302.77º100%25.49%-
XYZ3.051.474.68-
YUV26.5148.03155.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 48.82%
R=51.18%
G=0%
B=48.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65062010.050.75302.7710012.75
Hex4103E06454B12f64d
Octal1010760144511345714415
Binary1000001011111001100100101100101110010111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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