Html Css Color HEX #24041F Mardi Gras

📋 copy color: '#24041F'

red 36 ◦ green 4 ◦ blue 31

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

Shades of Mardi Gras #24041F

Tints of Mardi Gras #24041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.63%

 BLUE value IS 31 (12.5% from 255) = 43.66%

R = 50.7%
G = 5.63%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#24041F (or 0x24041F) is known color: Mardi Gras. HEX triplet: 24, 04 and 1F. RGB value is (36,4,31). Sum of RGB (Red+Green+Blue) = 36+4+31=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #24041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24041F is #DBFBE0. Grayscale: #101010. Windows color (decimal): -14416865 or 2032676. OLE color: 2032676.

HSL color Cylindrical-coordinate representation of color #24041F: hue angle of 309.38º 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 #24041F is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 4 31 -
CMYK 0 0.89 0.14 0.86
HSL 309.38º 0.8% 0.08% -
HSV(B) 309.38º 0.89% 0.14% -
XYZ 1.02 0.56 1.35 -
YUV 16.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 36 4 31 0 0.89 0.14 0.86 309.38 0.8 0.08
Hex 24 4 1F 0 59 E 56 135 50 8
Octal 44 4 37 0 131 16 126 465 120 10
Binary 100100 100 11111 0 1011001 1110 1010110 100110101 1010000 1000

Color Harmonies of #24041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24041F

Black with #24041F

Text Example


Text Example

White with #24041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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