#241224

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

Shades of Mardi Gras #241224

Tints of Mardi Gras #241224

Color information

#241224 (or 0x241224) is unknown color: approx Mardi Gras. HEX triplet: 24, 12 and 24. RGB value is (36,18,36). Sum of RGB (Red+Green+Blue) = 36+18+36=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241224 is #DBEDDB. Grayscale: #191919. Windows color (decimal): -14413276 or 2363940. OLE color: 2363940.

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

Color convert

RGB361836-
CMYK00.500.86
HSL300º33.33%10.59%-
HSV(B)300º50%14.12%-
XYZ1.260.941.78-
YUV25.43133.96135.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 36 (14.45% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36183600.500.8630033.3310.59
Hex24122403205612c21b
Octal44224406201264544113
Binary100100100101001000110010010101101001011001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241224; }

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

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

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

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

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

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

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

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