Shades of Mardi Gras #241226
Tints of Mardi Gras #241226
RGB
CMYK
RGB Variations
Color information
#241226 (or 0x241226) is known color: Mardi Gras. HEX triplet: 24, 12 and 26. RGB value is (36,18,38). Sum of RGB (Red+Green+Blue) = 36+18+38=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #241226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241226 is #DBEDD9. Grayscale: #191919. Windows color (decimal): -14413274 or 2495012. OLE color: 2495012.
HSL color Cylindrical-coordinate representation of color #241226: hue angle of 294º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #241226 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 18 | 38 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.85 |
| HSL | 294º | 0.36% | 0.11% | - |
| HSV(B) | 294º | 0.53% | 0.15% | - |
| XYZ | 1.29 | 0.95 | 1.95 | - |
| YUV | 25.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 38 | 0.05 | 0.53 | 0 | 0.85 | 294 | 0.36 | 0.11 |
| Hex | 24 | 12 | 26 | 5 | 35 | 0 | 55 | 126 | 24 | B |
| Octal | 44 | 22 | 46 | 5 | 65 | 0 | 125 | 446 | 44 | 13 |
| Binary | 100100 | 10010 | 100110 | 101 | 110101 | 0 | 1010101 | 100100110 | 100100 | 1011 |
Color Harmonies of #241226
Complementary color
Monochromatic Colors of #241226
Black with #241226
Text Example
Text Example
White with #241226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241226; }
p { color: rgb(36,18,38); }
H1.HeaderClassName
{
color: #241226;
}
.AnyTagClassName
{
color: #241226;
}
</style>
background-color css
<style>
a { background-color: #241226; }
a { background-color: rgb(36,18,38); }
div.DivClassName
{
background-color: #241226;
}
.BgClassName
{
background-color: #241226;
}
</style>
border-color css
<style>
span { border-color: #241226; }
span { border-color: rgb(36,18,38); }
td.TdClassName
{
border-color: #241226;
}
.TagClassName
{
border-color: #241226;
}
</style>