#242124

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

Shades of Mardi Gras #242124

Tints of Mardi Gras #242124

Color information

#242124 (or 0x242124) is unknown color: approx Mardi Gras. HEX triplet: 24, 21 and 24. RGB value is (36,33,36). Sum of RGB (Red+Green+Blue) = 36+33+36=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #242124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242124 is #DBDEDB. Grayscale: #222222. Windows color (decimal): -14409436 or 2367780. OLE color: 2367780.

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

Color convert

RGB363336-
CMYK00.0800.86
HSL300º4.35%13.53%-
HSV(B)300º8.33%14.12%-
XYZ1.591.591.89-
YUV34.24128.99129.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.29%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=34.29%
G=31.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36333600.0800.863004.3513.53
Hex2421240805612c4e
Octal4441440100126454416
Binary10010010000110010001000010101101001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242124; }

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

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

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

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

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

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

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

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