Shades of Mardi Gras #240A26
Tints of Mardi Gras #240A26
RGB
CMYK
RGB Variations
Color information
#240A26 (or 0x240A26) is known color: Mardi Gras. HEX triplet: 24, 0A and 26. RGB value is (36,10,38). Sum of RGB (Red+Green+Blue) = 36+10+38=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 38 - color contains mainly: blue. Hex color #240A26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A26 is #DBF5D9. Grayscale: #141414. Windows color (decimal): -14415322 or 2492964. OLE color: 2492964.
HSL color Cylindrical-coordinate representation of color #240A26: hue angle of 295.71º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #240A26 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 10 | 38 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.85 |
| HSL | 295.71º | 0.58% | 0.09% | - |
| HSV(B) | 295.71º | 0.74% | 0.15% | - |
| XYZ | 1.19 | 0.73 | 1.91 | - |
| YUV | 20.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 38 | 0.05 | 0.74 | 0 | 0.85 | 295.71 | 0.58 | 0.09 |
| Hex | 24 | A | 26 | 5 | 4A | 0 | 55 | 128 | 3A | 9 |
| Octal | 44 | 12 | 46 | 5 | 112 | 0 | 125 | 450 | 72 | 11 |
| Binary | 100100 | 1010 | 100110 | 101 | 1001010 | 0 | 1010101 | 100101000 | 111010 | 1001 |
Color Harmonies of #240A26
Complementary color
Monochromatic Colors of #240A26
Black with #240A26
Text Example
Text Example
White with #240A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A26; }
p { color: rgb(36,10,38); }
H1.HeaderClassName
{
color: #240A26;
}
.AnyTagClassName
{
color: #240A26;
}
</style>
background-color css
<style>
a { background-color: #240A26; }
a { background-color: rgb(36,10,38); }
div.DivClassName
{
background-color: #240A26;
}
.BgClassName
{
background-color: #240A26;
}
</style>
border-color css
<style>
span { border-color: #240A26; }
span { border-color: rgb(36,10,38); }
td.TdClassName
{
border-color: #240A26;
}
.TagClassName
{
border-color: #240A26;
}
</style>