#41013E

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

Shades of Mardi Gras #41013E

Tints of Mardi Gras #41013E

Color information

#41013E (or 0x41013E) is unknown color: approx Mardi Gras. HEX triplet: 41, 01 and 3E. RGB value is (65,1,62). Sum of RGB (Red+Green+Blue) = 65+1+62=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41013E is #BEFEC1. Grayscale: #1A1A1A. Windows color (decimal): -12517058 or 4063553. OLE color: 4063553.

HSL color Cylindrical-coordinate representation of color #41013E: hue angle of 302.81º 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 #41013E is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB65162-
CMYK00.980.050.75
HSL302.81º96.97%12.94%-
HSV(B)302.81º98.46%25.49%-
XYZ3.061.494.68-
YUV27.09147.7155.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 62 (24.61% from 255) = 48.44%
R=50.78%
G=0.78%
B=48.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6516200.980.050.75302.8196.9712.94
Hex4113E06254B12f61d
Octal1011760142511345714115
Binary1000001111111001100010101100101110010111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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