Shades of Mardi Gras #240326
Tints of Mardi Gras #240326
RGB
CMYK
RGB Variations
Color information
#240326 (or 0x240326) is known color: Mardi Gras. HEX triplet: 24, 03 and 26. RGB value is (36,3,38). Sum of RGB (Red+Green+Blue) = 36+3+38=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #240326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240326 is #DBFCD9. Grayscale: #101010. Windows color (decimal): -14417114 or 2491172. OLE color: 2491172.
HSL color Cylindrical-coordinate representation of color #240326: hue angle of 296.57º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240326 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 3 | 38 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.85 |
| HSL | 296.57º | 0.85% | 0.08% | - |
| HSV(B) | 296.57º | 0.92% | 0.15% | - |
| XYZ | 1.11 | 0.58 | 1.89 | - |
| YUV | 16.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 38 | 0.05 | 0.92 | 0 | 0.85 | 296.57 | 0.85 | 0.08 |
| Hex | 24 | 3 | 26 | 5 | 5C | 0 | 55 | 129 | 55 | 8 |
| Octal | 44 | 3 | 46 | 5 | 134 | 0 | 125 | 451 | 125 | 10 |
| Binary | 100100 | 11 | 100110 | 101 | 1011100 | 0 | 1010101 | 100101001 | 1010101 | 1000 |
Color Harmonies of #240326
Complementary color
Monochromatic Colors of #240326
Black with #240326
Text Example
Text Example
White with #240326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240326; }
p { color: rgb(36,3,38); }
H1.HeaderClassName
{
color: #240326;
}
.AnyTagClassName
{
color: #240326;
}
</style>
background-color css
<style>
a { background-color: #240326; }
a { background-color: rgb(36,3,38); }
div.DivClassName
{
background-color: #240326;
}
.BgClassName
{
background-color: #240326;
}
</style>
border-color css
<style>
span { border-color: #240326; }
span { border-color: rgb(36,3,38); }
td.TdClassName
{
border-color: #240326;
}
.TagClassName
{
border-color: #240326;
}
</style>