Shades of Mardi Gras #240626
Tints of Mardi Gras #240626
RGB
CMYK
RGB Variations
Color information
#240626 (or 0x240626) is known color: Mardi Gras. HEX triplet: 24, 06 and 26. RGB value is (36,6,38). Sum of RGB (Red+Green+Blue) = 36+6+38=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #240626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240626 is #DBF9D9. Grayscale: #121212. Windows color (decimal): -14416346 or 2491940. OLE color: 2491940.
HSL color Cylindrical-coordinate representation of color #240626: hue angle of 296.25º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #240626 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 6 | 38 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.85 |
| HSL | 296.25º | 0.73% | 0.09% | - |
| HSV(B) | 296.25º | 0.84% | 0.15% | - |
| XYZ | 1.14 | 0.65 | 1.9 | - |
| YUV | 18.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 38 | 0.05 | 0.84 | 0 | 0.85 | 296.25 | 0.73 | 0.09 |
| Hex | 24 | 6 | 26 | 5 | 54 | 0 | 55 | 128 | 49 | 9 |
| Octal | 44 | 6 | 46 | 5 | 124 | 0 | 125 | 450 | 111 | 11 |
| Binary | 100100 | 110 | 100110 | 101 | 1010100 | 0 | 1010101 | 100101000 | 1001001 | 1001 |
Color Harmonies of #240626
Complementary color
Monochromatic Colors of #240626
Black with #240626
Text Example
Text Example
White with #240626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240626; }
p { color: rgb(36,6,38); }
H1.HeaderClassName
{
color: #240626;
}
.AnyTagClassName
{
color: #240626;
}
</style>
background-color css
<style>
a { background-color: #240626; }
a { background-color: rgb(36,6,38); }
div.DivClassName
{
background-color: #240626;
}
.BgClassName
{
background-color: #240626;
}
</style>
border-color css
<style>
span { border-color: #240626; }
span { border-color: rgb(36,6,38); }
td.TdClassName
{
border-color: #240626;
}
.TagClassName
{
border-color: #240626;
}
</style>