#41013F

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

Shades of Mardi Gras #41013F

Tints of Mardi Gras #41013F

Color information

#41013F (or 0x41013F) is unknown color: approx Mardi Gras. HEX triplet: 41, 01 and 3F. RGB value is (65,1,63). Sum of RGB (Red+Green+Blue) = 65+1+63=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41013F is #BEFEC0. Grayscale: #1B1B1B. Windows color (decimal): -12517057 or 4129089. OLE color: 4129089.

HSL color Cylindrical-coordinate representation of color #41013F: hue angle of 301.88º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41013F is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB65163-
CMYK00.980.030.75
HSL301.88º96.97%12.94%-
HSV(B)301.88º98.46%25.49%-
XYZ3.091.54.83-
YUV27.2148.2154.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 63 (25% from 255) = 48.84%
R=50.39%
G=0.78%
B=48.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6516300.980.030.75301.8896.9712.94
Hex4113F06234B12e61d
Octal1011770142311345614115
Binary100000111111110110001011100101110010111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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