#240424

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

Shades of Mardi Gras #240424

Tints of Mardi Gras #240424

Color information

#240424 (or 0x240424) is unknown color: approx Mardi Gras. HEX triplet: 24, 04 and 24. RGB value is (36,4,36). Sum of RGB (Red+Green+Blue) = 36+4+36=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 36 (14.45% from 255 or 47.37% from 76); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #240424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240424 is #DBFBDB. Grayscale: #111111. Windows color (decimal): -14416860 or 2360356. OLE color: 2360356.

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

Color convert

RGB36436-
CMYK00.8900.86
HSL300º80%7.84%-
HSV(B)300º88.89%14.12%-
XYZ1.090.591.73-
YUV17.22138.6141.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 36 (14.45% from 255) = 47.37%
R=47.37%
G=5.26%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3643600.8900.86300807.84
Hex2442405905612c508
Octal444440131012645412010
Binary100100100100100010110010101011010010110010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240424; }

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

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

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

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

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

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

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

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