#41023F

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

Shades of Mardi Gras #41023F

Tints of Mardi Gras #41023F

Color information

#41023F (or 0x41023F) is unknown color: approx Mardi Gras. HEX triplet: 41, 02 and 3F. RGB value is (65,2,63). Sum of RGB (Red+Green+Blue) = 65+2+63=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41023F is #BEFDC0. Grayscale: #1B1B1B. Windows color (decimal): -12516801 or 4129345. OLE color: 4129345.

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

Color convert

RGB65263-
CMYK00.970.030.75
HSL301.9º94.03%13.14%-
HSV(B)301.9º96.92%25.49%-
XYZ3.11.534.83-
YUV27.79147.87154.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 63 (25% from 255) = 48.46%
R=50%
G=1.54%
B=48.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6526300.970.030.75301.994.0313.14
Hex4123F06134B12e5ed
Octal1012770141311345613615
Binary1000001101111110110000111100101110010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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