#241124

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

Shades of Mardi Gras #241124

Tints of Mardi Gras #241124

Color information

#241124 (or 0x241124) is unknown color: approx Mardi Gras. HEX triplet: 24, 11 and 24. RGB value is (36,17,36). Sum of RGB (Red+Green+Blue) = 36+17+36=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241124 is #DBEEDB. Grayscale: #181818. Windows color (decimal): -14413532 or 2363684. OLE color: 2363684.

HSL color Cylindrical-coordinate representation of color #241124: hue angle of 300º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #241124 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB361736-
CMYK00.5300.86
HSL300º35.85%10.39%-
HSV(B)300º52.78%14.12%-
XYZ1.250.91.78-
YUV24.85134.29135.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 36 (14.45% from 255) = 40.45%
R=40.45%
G=19.10%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36173600.5300.8630035.8510.39
Hex24112403505612c24a
Octal44214406501264544412
Binary100100100011001000110101010101101001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241124; }

 p { color: rgb(36,17,36); }

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

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

 a { background-color: rgb(36,17,36); }

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

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

 span { border-color: rgb(36,17,36); }

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