Shades of Mardi Gras #240C26
Tints of Mardi Gras #240C26
RGB
CMYK
RGB Variations
Color information
#240C26 (or 0x240C26) is known color: Mardi Gras. HEX triplet: 24, 0C and 26. RGB value is (36,12,38). Sum of RGB (Red+Green+Blue) = 36+12+38=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #240C26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C26 is #DBF3D9. Grayscale: #161616. Windows color (decimal): -14414810 or 2493476. OLE color: 2493476.
HSL color Cylindrical-coordinate representation of color #240C26: hue angle of 295.38º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #240C26 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 12 | 38 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.85 |
| HSL | 295.38º | 0.52% | 0.1% | - |
| HSV(B) | 295.38º | 0.68% | 0.15% | - |
| XYZ | 1.21 | 0.78 | 1.92 | - |
| YUV | 22.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 38 | 0.05 | 0.68 | 0 | 0.85 | 295.38 | 0.52 | 0.1 |
| Hex | 24 | C | 26 | 5 | 44 | 0 | 55 | 127 | 34 | A |
| Octal | 44 | 14 | 46 | 5 | 104 | 0 | 125 | 447 | 64 | 12 |
| Binary | 100100 | 1100 | 100110 | 101 | 1000100 | 0 | 1010101 | 100100111 | 110100 | 1010 |
Color Harmonies of #240C26
Complementary color
Monochromatic Colors of #240C26
Black with #240C26
Text Example
Text Example
White with #240C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C26; }
p { color: rgb(36,12,38); }
H1.HeaderClassName
{
color: #240C26;
}
.AnyTagClassName
{
color: #240C26;
}
</style>
background-color css
<style>
a { background-color: #240C26; }
a { background-color: rgb(36,12,38); }
div.DivClassName
{
background-color: #240C26;
}
.BgClassName
{
background-color: #240C26;
}
</style>
border-color css
<style>
span { border-color: #240C26; }
span { border-color: rgb(36,12,38); }
td.TdClassName
{
border-color: #240C26;
}
.TagClassName
{
border-color: #240C26;
}
</style>