#41023B

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

Shades of Mardi Gras #41023B

Tints of Mardi Gras #41023B

Color information

#41023B (or 0x41023B) is unknown color: approx Mardi Gras. HEX triplet: 41, 02 and 3B. RGB value is (65,2,59). Sum of RGB (Red+Green+Blue) = 65+2+59=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41023B is #BEFDC4. Grayscale: #1B1B1B. Windows color (decimal): -12516805 or 3867201. OLE color: 3867201.

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

Color convert

RGB65259-
CMYK00.970.090.75
HSL305.71º94.03%13.14%-
HSV(B)305.71º96.92%25.49%-
XYZ2.991.484.27-
YUV27.33145.87154.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 59 (23.44% from 255) = 46.83%
R=51.59%
G=1.59%
B=46.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6525900.970.090.75305.7194.0313.14
Hex4123B06194B1325ed
Octal10127301411111346213615
Binary100000110111011011000011001100101110011001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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