Shades of Mardi Gras #240726
Tints of Mardi Gras #240726
RGB
CMYK
RGB Variations
Color information
#240726 (or 0x240726) is known color: Mardi Gras. HEX triplet: 24, 07 and 26. RGB value is (36,7,38). Sum of RGB (Red+Green+Blue) = 36+7+38=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #240726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240726 is #DBF8D9. Grayscale: #131313. Windows color (decimal): -14416090 or 2492196. OLE color: 2492196.
HSL color Cylindrical-coordinate representation of color #240726: hue angle of 296.13º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #240726 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 7 | 38 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.85 |
| HSL | 296.13º | 0.69% | 0.09% | - |
| HSV(B) | 296.13º | 0.82% | 0.15% | - |
| XYZ | 1.15 | 0.67 | 1.9 | - |
| YUV | 19.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 38 | 0.05 | 0.82 | 0 | 0.85 | 296.13 | 0.69 | 0.09 |
| Hex | 24 | 7 | 26 | 5 | 52 | 0 | 55 | 128 | 45 | 9 |
| Octal | 44 | 7 | 46 | 5 | 122 | 0 | 125 | 450 | 105 | 11 |
| Binary | 100100 | 111 | 100110 | 101 | 1010010 | 0 | 1010101 | 100101000 | 1000101 | 1001 |
Color Harmonies of #240726
Complementary color
Monochromatic Colors of #240726
Black with #240726
Text Example
Text Example
White with #240726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240726; }
p { color: rgb(36,7,38); }
H1.HeaderClassName
{
color: #240726;
}
.AnyTagClassName
{
color: #240726;
}
</style>
background-color css
<style>
a { background-color: #240726; }
a { background-color: rgb(36,7,38); }
div.DivClassName
{
background-color: #240726;
}
.BgClassName
{
background-color: #240726;
}
</style>
border-color css
<style>
span { border-color: #240726; }
span { border-color: rgb(36,7,38); }
td.TdClassName
{
border-color: #240726;
}
.TagClassName
{
border-color: #240726;
}
</style>