#240024

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

Shades of Mardi Gras #240024

Tints of Mardi Gras #240024

Color information

#240024 (or 0x240024) is unknown color: approx Mardi Gras. HEX triplet: 24, 00 and 24. RGB value is (36,0,36). Sum of RGB (Red+Green+Blue) = 36+0+36=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #240024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240024 is #DBFFDB. Grayscale: #0E0E0E. Windows color (decimal): -14417884 or 2359332. OLE color: 2359332.

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

Color convert

RGB36036-
CMYK0100.86
HSL300º100%7.06%-
HSV(B)300º100%14.12%-
XYZ1.050.51.71-
YUV14.87139.93143.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal360360100.863001007.06
Hex2402406405612c647
Octal44044014401264541447
Binary100100010010001100100010101101001011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240024; }

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

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

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

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

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

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

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

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