Shades of Mardi Gras #240526
Tints of Mardi Gras #240526
RGB
CMYK
RGB Variations
Color information
#240526 (or 0x240526) is known color: Mardi Gras. HEX triplet: 24, 05 and 26. RGB value is (36,5,38). Sum of RGB (Red+Green+Blue) = 36+5+38=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #240526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240526 is #DBFAD9. Grayscale: #111111. Windows color (decimal): -14416602 or 2491684. OLE color: 2491684.
HSL color Cylindrical-coordinate representation of color #240526: hue angle of 296.36º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #240526 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 5 | 38 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.85 |
| HSL | 296.36º | 0.77% | 0.08% | - |
| HSV(B) | 296.36º | 0.87% | 0.15% | - |
| XYZ | 1.13 | 0.62 | 1.89 | - |
| YUV | 18.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 38 | 0.05 | 0.87 | 0 | 0.85 | 296.36 | 0.77 | 0.08 |
| Hex | 24 | 5 | 26 | 5 | 57 | 0 | 55 | 128 | 4D | 8 |
| Octal | 44 | 5 | 46 | 5 | 127 | 0 | 125 | 450 | 115 | 10 |
| Binary | 100100 | 101 | 100110 | 101 | 1010111 | 0 | 1010101 | 100101000 | 1001101 | 1000 |
Color Harmonies of #240526
Complementary color
Monochromatic Colors of #240526
Black with #240526
Text Example
Text Example
White with #240526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240526; }
p { color: rgb(36,5,38); }
H1.HeaderClassName
{
color: #240526;
}
.AnyTagClassName
{
color: #240526;
}
</style>
background-color css
<style>
a { background-color: #240526; }
a { background-color: rgb(36,5,38); }
div.DivClassName
{
background-color: #240526;
}
.BgClassName
{
background-color: #240526;
}
</style>
border-color css
<style>
span { border-color: #240526; }
span { border-color: rgb(36,5,38); }
td.TdClassName
{
border-color: #240526;
}
.TagClassName
{
border-color: #240526;
}
</style>