Shades of Mardi Gras #240527
Tints of Mardi Gras #240527
RGB
CMYK
RGB Variations
Color information
#240527 (or 0x240527) is known color: Mardi Gras. HEX triplet: 24, 05 and 27. RGB value is (36,5,39). Sum of RGB (Red+Green+Blue) = 36+5+39=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #240527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240527 is #DBFAD8. Grayscale: #121212. Windows color (decimal): -14416601 or 2557220. OLE color: 2557220.
HSL color Cylindrical-coordinate representation of color #240527: hue angle of 294.71º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #240527 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 5 | 39 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.85 |
| HSL | 294.71º | 0.77% | 0.09% | - |
| HSV(B) | 294.71º | 0.87% | 0.15% | - |
| XYZ | 1.15 | 0.63 | 1.98 | - |
| YUV | 18.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 39 | 0.08 | 0.87 | 0 | 0.85 | 294.71 | 0.77 | 0.09 |
| Hex | 24 | 5 | 27 | 8 | 57 | 0 | 55 | 127 | 4D | 9 |
| Octal | 44 | 5 | 47 | 10 | 127 | 0 | 125 | 447 | 115 | 11 |
| Binary | 100100 | 101 | 100111 | 1000 | 1010111 | 0 | 1010101 | 100100111 | 1001101 | 1001 |
Color Harmonies of #240527
Complementary color
Monochromatic Colors of #240527
Black with #240527
Text Example
Text Example
White with #240527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240527; }
p { color: rgb(36,5,39); }
H1.HeaderClassName
{
color: #240527;
}
.AnyTagClassName
{
color: #240527;
}
</style>
background-color css
<style>
a { background-color: #240527; }
a { background-color: rgb(36,5,39); }
div.DivClassName
{
background-color: #240527;
}
.BgClassName
{
background-color: #240527;
}
</style>
border-color css
<style>
span { border-color: #240527; }
span { border-color: rgb(36,5,39); }
td.TdClassName
{
border-color: #240527;
}
.TagClassName
{
border-color: #240527;
}
</style>