#41183A

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

Shades of Mardi Gras #41183A

Tints of Mardi Gras #41183A

Color information

#41183A (or 0x41183A) is unknown color: approx Mardi Gras. HEX triplet: 41, 18 and 3A. RGB value is (65,24,58). Sum of RGB (Red+Green+Blue) = 65+24+58=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41183A is #BEE7C5. Grayscale: #282828. Windows color (decimal): -12511174 or 3807297. OLE color: 3807297.

HSL color Cylindrical-coordinate representation of color #41183A: hue angle of 310.24º 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 #41183A is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB652458-
CMYK00.630.110.75
HSL310.24º46.07%17.45%-
HSV(B)310.24º63.08%25.49%-
XYZ3.272.084.23-
YUV40.14138.08145.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=44.22%
G=16.33%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65245800.630.110.75310.2446.0717.45
Hex41183A03FB4B1362e11
Octal1013072077131134665621
Binary10000011100011101001111111011100101110011011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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