Html Css Color HEX #241E24 Mardi Gras

📋 copy color: '#241E24'

red 36 ◦ green 30 ◦ blue 36

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

Shades of Mardi Gras #241E24

Tints of Mardi Gras #241E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.41%

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

R = 35.29%
G = 29.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#241E24 (or 0x241E24) is known color: Mardi Gras. HEX triplet: 24, 1E and 24. RGB value is (36,30,36). Sum of RGB (Red+Green+Blue) = 36+30+36=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E24 is #DBE1DB. Grayscale: #202020. Windows color (decimal): -14410204 or 2367012. OLE color: 2367012.

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

Color convert

RGB 36 30 36 -
CMYK 0 0.17 0 0.86
HSL 300º 0.09% 0.13% -
HSV(B) 300º 0.17% 0.14% -
XYZ 1.51 1.43 1.87 -
YUV 32.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 36 30 36 0 0.17 0 0.86 300 0.09 0.13
Hex 24 1E 24 0 11 0 56 12C 9 D
Octal 44 36 44 0 21 0 126 454 11 15
Binary 100100 11110 100100 0 10001 0 1010110 100101100 1001 1101

Color Harmonies of #241E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E24

Black with #241E24

Text Example


Text Example

White with #241E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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