Html Css Color HEX #240424 Mardi Gras

📋 copy color: '#240424'

red 36 ◦ green 4 ◦ blue 36

#240424
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #240424

Tints of Mardi Gras #240424

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 value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#240424 (or 0x240424) is known color: 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

RGB 36 4 36 -
CMYK 0 0.89 0 0.86
HSL 300º 0.8% 0.08% -
HSV(B) 300º 0.89% 0.14% -
XYZ 1.09 0.59 1.73 -
YUV 17.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 36 4 36 0 0.89 0 0.86 300 0.8 0.08
Hex 24 4 24 0 59 0 56 12C 50 8
Octal 44 4 44 0 131 0 126 454 120 10
Binary 100100 100 100100 0 1011001 0 1010110 100101100 1010000 1000

Color Harmonies of #240424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240424

Black with #240424

Text Example


Text Example

White with #240424

Text Example


Text Example

HTML Codes & Css Web 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>