Html Css Color HEX #24001F Mardi Gras

📋 copy color: '#24001F'

red 36 ◦ green 0 ◦ blue 31

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

Shades of Mardi Gras #24001F

Tints of Mardi Gras #24001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.73%
G = 0%
B = 46.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#24001F (or 0x24001F) is known color: Mardi Gras. HEX triplet: 24, 00 and 1F. RGB value is (36,0,31). Sum of RGB (Red+Green+Blue) = 36+0+31=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24001F is #DBFFE0. Grayscale: #0E0E0E. Windows color (decimal): -14417889 or 2031652. OLE color: 2031652.

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

Color convert

RGB 36 0 31 -
CMYK 0 1 0.14 0.86
HSL 308.33º 1% 0.07% -
HSV(B) 308.33º 1% 0.14% -
XYZ 0.97 0.47 1.34 -
YUV 14.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 36 0 31 0 1 0.14 0.86 308.33 1 0.07
Hex 24 0 1F 0 64 E 56 134 64 7
Octal 44 0 37 0 144 16 126 464 144 7
Binary 100100 0 11111 0 1100100 1110 1010110 100110100 1100100 111

Color Harmonies of #24001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24001F

Black with #24001F

Text Example


Text Example

White with #24001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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