#41003C

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

Shades of Mardi Gras #41003C

Tints of Mardi Gras #41003C

Color information

#41003C (or 0x41003C) is unknown color: approx Mardi Gras. HEX triplet: 41, 00 and 3C. RGB value is (65,0,60). Sum of RGB (Red+Green+Blue) = 65+0+60=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41003C is #BEFFC3. Grayscale: #1A1A1A. Windows color (decimal): -12517316 or 3932225. OLE color: 3932225.

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

Color convert

RGB65060-
CMYK010.080.75
HSL304.62º100%12.75%-
HSV(B)304.62º100%25.49%-
XYZ31.454.4-
YUV26.28147.03155.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 48%
R=52%
G=0%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65060010.080.75304.6210012.75
Hex4103C06484B13164d
Octal10107401441011346114415
Binary10000010111100011001001000100101110011000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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