Html Css Color HEX #24041E Mardi Gras

📋 copy color: '#24041E'

red 36 ◦ green 4 ◦ blue 30

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

Shades of Mardi Gras #24041E

Tints of Mardi Gras #24041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 42.86%

R = 51.43%
G = 5.71%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#24041E (or 0x24041E) is known color: Mardi Gras. HEX triplet: 24, 04 and 1E. RGB value is (36,4,30). Sum of RGB (Red+Green+Blue) = 36+4+30=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #24041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24041E is #DBFBE1. Grayscale: #101010. Windows color (decimal): -14416866 or 1967140. OLE color: 1967140.

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

Color convert

RGB 36 4 30 -
CMYK 0 0.89 0.17 0.86
HSL 311.25º 0.8% 0.08% -
HSV(B) 311.25º 0.89% 0.14% -
XYZ 1.01 0.56 1.28 -
YUV 16.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 36 4 30 0 0.89 0.17 0.86 311.25 0.8 0.08
Hex 24 4 1E 0 59 11 56 137 50 8
Octal 44 4 36 0 131 21 126 467 120 10
Binary 100100 100 11110 0 1011001 10001 1010110 100110111 1010000 1000

Color Harmonies of #24041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24041E

Black with #24041E

Text Example


Text Example

White with #24041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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