Shades of Mardi Gras #240F25
Tints of Mardi Gras #240F25
RGB
CMYK
RGB Variations
Color information
#240F25 (or 0x240F25) is known color: Mardi Gras. HEX triplet: 24, 0F and 25. RGB value is (36,15,37). Sum of RGB (Red+Green+Blue) = 36+15+37=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #240F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F25 is #DBF0DA. Grayscale: #171717. Windows color (decimal): -14414043 or 2428708. OLE color: 2428708.
HSL color Cylindrical-coordinate representation of color #240F25: hue angle of 297.27º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #240F25 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 15 | 37 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.85 |
| HSL | 297.27º | 0.42% | 0.1% | - |
| HSV(B) | 297.27º | 0.59% | 0.15% | - |
| XYZ | 1.23 | 0.85 | 1.85 | - |
| YUV | 23.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 37 | 0.03 | 0.59 | 0 | 0.85 | 297.27 | 0.42 | 0.1 |
| Hex | 24 | F | 25 | 3 | 3B | 0 | 55 | 129 | 2A | A |
| Octal | 44 | 17 | 45 | 3 | 73 | 0 | 125 | 451 | 52 | 12 |
| Binary | 100100 | 1111 | 100101 | 11 | 111011 | 0 | 1010101 | 100101001 | 101010 | 1010 |
Color Harmonies of #240F25
Complementary color
Monochromatic Colors of #240F25
Black with #240F25
Text Example
Text Example
White with #240F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F25; }
p { color: rgb(36,15,37); }
H1.HeaderClassName
{
color: #240F25;
}
.AnyTagClassName
{
color: #240F25;
}
</style>
background-color css
<style>
a { background-color: #240F25; }
a { background-color: rgb(36,15,37); }
div.DivClassName
{
background-color: #240F25;
}
.BgClassName
{
background-color: #240F25;
}
</style>
border-color css
<style>
span { border-color: #240F25; }
span { border-color: rgb(36,15,37); }
td.TdClassName
{
border-color: #240F25;
}
.TagClassName
{
border-color: #240F25;
}
</style>