#41033C

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

Shades of Mardi Gras #41033C

Tints of Mardi Gras #41033C

Color information

#41033C (or 0x41033C) is unknown color: approx Mardi Gras. HEX triplet: 41, 03 and 3C. RGB value is (65,3,60). Sum of RGB (Red+Green+Blue) = 65+3+60=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41033C is #BEFCC3. Grayscale: #1B1B1B. Windows color (decimal): -12516548 or 3932993. OLE color: 3932993.

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

Color convert

RGB65360-
CMYK00.950.080.75
HSL304.84º91.18%13.33%-
HSV(B)304.84º95.38%25.49%-
XYZ3.031.524.41-
YUV28.04146.04154.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 60 (23.83% from 255) = 46.88%
R=50.78%
G=2.34%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6536000.950.080.75304.8491.1813.33
Hex4133C05F84B1315bd
Octal10137401371011346113315
Binary100000111111100010111111000100101110011000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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