#41023C

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

Shades of Mardi Gras #41023C

Tints of Mardi Gras #41023C

Color information

#41023C (or 0x41023C) is unknown color: approx Mardi Gras. HEX triplet: 41, 02 and 3C. RGB value is (65,2,60). Sum of RGB (Red+Green+Blue) = 65+2+60=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41023C is #BEFDC3. Grayscale: #1B1B1B. Windows color (decimal): -12516804 or 3932737. OLE color: 3932737.

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

Color convert

RGB65260-
CMYK00.970.080.75
HSL304.76º94.03%13.14%-
HSV(B)304.76º96.92%25.49%-
XYZ3.021.494.4-
YUV27.45146.37154.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 60 (23.83% from 255) = 47.24%
R=51.18%
G=1.57%
B=47.24%

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
Decimal6526000.970.080.75304.7694.0313.14
Hex4123C06184B1315ed
Octal10127401411011346113615
Binary100000110111100011000011000100101110011000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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