#41183B

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

Shades of Mardi Gras #41183B

Tints of Mardi Gras #41183B

Color information

#41183B (or 0x41183B) is unknown color: approx Mardi Gras. HEX triplet: 41, 18 and 3B. RGB value is (65,24,59). Sum of RGB (Red+Green+Blue) = 65+24+59=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41183B is #BEE7C4. Grayscale: #282828. Windows color (decimal): -12511173 or 3872833. OLE color: 3872833.

HSL color Cylindrical-coordinate representation of color #41183B: hue angle of 308.78º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41183B is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB652459-
CMYK00.630.090.75
HSL308.78º46.07%17.45%-
HSV(B)308.78º63.08%25.49%-
XYZ3.32.094.37-
YUV40.25138.58145.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 59 (23.44% from 255) = 39.86%
R=43.92%
G=16.22%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65245900.630.090.75308.7846.0717.45
Hex41183B03F94B1352e11
Octal1013073077111134655621
Binary10000011100011101101111111001100101110011010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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