Shades of Mardi Gras #240C27
Tints of Mardi Gras #240C27
RGB
CMYK
RGB Variations
Color information
#240C27 (or 0x240C27) is known color: Mardi Gras. HEX triplet: 24, 0C and 27. RGB value is (36,12,39). Sum of RGB (Red+Green+Blue) = 36+12+39=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #240C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C27 is #DBF3D8. Grayscale: #161616. Windows color (decimal): -14414809 or 2559012. OLE color: 2559012.
HSL color Cylindrical-coordinate representation of color #240C27: hue angle of 293.33º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #240C27 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 12 | 39 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.85 |
| HSL | 293.33º | 0.53% | 0.1% | - |
| HSV(B) | 293.33º | 0.69% | 0.15% | - |
| XYZ | 1.23 | 0.78 | 2.01 | - |
| YUV | 22.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 39 | 0.08 | 0.69 | 0 | 0.85 | 293.33 | 0.53 | 0.1 |
| Hex | 24 | C | 27 | 8 | 45 | 0 | 55 | 125 | 35 | A |
| Octal | 44 | 14 | 47 | 10 | 105 | 0 | 125 | 445 | 65 | 12 |
| Binary | 100100 | 1100 | 100111 | 1000 | 1000101 | 0 | 1010101 | 100100101 | 110101 | 1010 |
Color Harmonies of #240C27
Complementary color
Monochromatic Colors of #240C27
Black with #240C27
Text Example
Text Example
White with #240C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C27; }
p { color: rgb(36,12,39); }
H1.HeaderClassName
{
color: #240C27;
}
.AnyTagClassName
{
color: #240C27;
}
</style>
background-color css
<style>
a { background-color: #240C27; }
a { background-color: rgb(36,12,39); }
div.DivClassName
{
background-color: #240C27;
}
.BgClassName
{
background-color: #240C27;
}
</style>
border-color css
<style>
span { border-color: #240C27; }
span { border-color: rgb(36,12,39); }
td.TdClassName
{
border-color: #240C27;
}
.TagClassName
{
border-color: #240C27;
}
</style>