#241824

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

Shades of Mardi Gras #241824

Tints of Mardi Gras #241824

Color information

#241824 (or 0x241824) is unknown color: approx Mardi Gras. HEX triplet: 24, 18 and 24. RGB value is (36,24,36). Sum of RGB (Red+Green+Blue) = 36+24+36=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241824 is #DBE7DB. Grayscale: #1C1C1C. Windows color (decimal): -14411740 or 2365476. OLE color: 2365476.

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

Color convert

RGB362436-
CMYK00.3300.86
HSL300º20%11.76%-
HSV(B)300º33.33%14.12%-
XYZ1.371.161.82-
YUV28.96131.98133.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 36 (14.45% from 255) = 37.5%
R=37.5%
G=25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36243600.3300.863002011.76
Hex24182402105612c14c
Octal44304404101264542414
Binary10010011000100100010000101010110100101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241824; }

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

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

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

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

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

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

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

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