#241F24

Color #241F24 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #241F24

Tints of Mardi Gras #241F24

Color information

#241F24 (or 0x241F24) is unknown color: approx 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

RGB363136-
CMYK00.1400.86
HSL300º7.46%13.14%-
HSV(B)300º13.89%14.12%-
XYZ1.541.481.87-
YUV33.06129.66130.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.95%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 36 (14.45% from 255) = 34.95%
R=34.95%
G=30.10%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36313600.1400.863007.4613.14
Hex241F240E05612c7d
Octal4437440160126454715
Binary1001001111110010001110010101101001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>