Html Css Color HEX #241924 Mardi Gras

📋 copy color: '#241924'

red 36 ◦ green 25 ◦ blue 36

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

Shades of Mardi Gras #241924

Tints of Mardi Gras #241924

RGB

 RED value IS 36 (14.45% from 255) = 37.11%

 GREEN value IS 25 (10.16% from 255) = 25.77%

 BLUE value IS 36 (14.45% from 255) = 37.11%

R = 37.11%
G = 25.77%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#241924 (or 0x241924) is known color: Mardi Gras. HEX triplet: 24, 19 and 24. RGB value is (36,25,36). Sum of RGB (Red+Green+Blue) = 36+25+36=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241924 is #DBE6DB. Grayscale: #1D1D1D. Windows color (decimal): -14411484 or 2365732. OLE color: 2365732.

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

Color convert

RGB 36 25 36 -
CMYK 0 0.31 0 0.86
HSL 300º 0.18% 0.12% -
HSV(B) 300º 0.31% 0.14% -
XYZ 1.39 1.2 1.83 -
YUV 29.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 36 25 36 0 0.31 0 0.86 300 0.18 0.12
Hex 24 19 24 0 1F 0 56 12C 12 C
Octal 44 31 44 0 37 0 126 454 22 14
Binary 100100 11001 100100 0 11111 0 1010110 100101100 10010 1100

Color Harmonies of #241924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241924

Black with #241924

Text Example


Text Example

White with #241924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241924; }

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

 H1.HeaderClassName
 {
   color: #241924;
 }
 .AnyTagClassName
 {
   color: #241924;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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