Html Css Color HEX #241F24 Mardi Gras

📋 copy color: '#241F24'

red 36 ◦ green 31 ◦ blue 36

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

Shades of Mardi Gras #241F24

Tints of Mardi Gras #241F24

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.1%

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

R = 34.95%
G = 30.1%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#241F24 (or 0x241F24) is known color: Mardi Gras. HEX triplet: 24, 1F and 24. RGB value is (36,31,36). Sum of RGB (Red+Green+Blue) = 36+31+36=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F24 is #DBE0DB. Grayscale: #212121. Windows color (decimal): -14409948 or 2367268. OLE color: 2367268.

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

Color convert

RGB 36 31 36 -
CMYK 0 0.14 0 0.86
HSL 300º 0.07% 0.13% -
HSV(B) 300º 0.14% 0.14% -
XYZ 1.54 1.48 1.87 -
YUV 33.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 36 31 36 0 0.14 0 0.86 300 0.07 0.13
Hex 24 1F 24 0 E 0 56 12C 7 D
Octal 44 37 44 0 16 0 126 454 7 15
Binary 100100 11111 100100 0 1110 0 1010110 100101100 111 1101

Color Harmonies of #241F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F24

Black with #241F24

Text Example


Text Example

White with #241F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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