Shades of Mardi Gras #241F25
Tints of Mardi Gras #241F25
RGB
CMYK
RGB Variations
Color information
#241F25 (or 0x241F25) is known color: Mardi Gras. HEX triplet: 24, 1F and 25. RGB value is (36,31,37). Sum of RGB (Red+Green+Blue) = 36+31+37=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 37 - color contains mainly: blue. Hex color #241F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F25 is #DBE0DA. Grayscale: #212121. Windows color (decimal): -14409947 or 2432804. OLE color: 2432804.
HSL color Cylindrical-coordinate representation of color #241F25: hue angle of 290º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #241F25 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 31 | 37 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.85 |
| HSL | 290º | 0.09% | 0.13% | - |
| HSV(B) | 290º | 0.16% | 0.15% | - |
| XYZ | 1.55 | 1.49 | 1.96 | - |
| YUV | 33.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 37 | 0.03 | 0.16 | 0 | 0.85 | 290 | 0.09 | 0.13 |
| Hex | 24 | 1F | 25 | 3 | 10 | 0 | 55 | 122 | 9 | D |
| Octal | 44 | 37 | 45 | 3 | 20 | 0 | 125 | 442 | 11 | 15 |
| Binary | 100100 | 11111 | 100101 | 11 | 10000 | 0 | 1010101 | 100100010 | 1001 | 1101 |
Color Harmonies of #241F25
Complementary color
Monochromatic Colors of #241F25
Black with #241F25
Text Example
Text Example
White with #241F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F25; }
p { color: rgb(36,31,37); }
H1.HeaderClassName
{
color: #241F25;
}
.AnyTagClassName
{
color: #241F25;
}
</style>
background-color css
<style>
a { background-color: #241F25; }
a { background-color: rgb(36,31,37); }
div.DivClassName
{
background-color: #241F25;
}
.BgClassName
{
background-color: #241F25;
}
</style>
border-color css
<style>
span { border-color: #241F25; }
span { border-color: rgb(36,31,37); }
td.TdClassName
{
border-color: #241F25;
}
.TagClassName
{
border-color: #241F25;
}
</style>