Shades of Mardi Gras #240327
Tints of Mardi Gras #240327
RGB
CMYK
RGB Variations
Color information
#240327 (or 0x240327) is known color: Mardi Gras. HEX triplet: 24, 03 and 27. RGB value is (36,3,39). Sum of RGB (Red+Green+Blue) = 36+3+39=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #240327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240327 is #DBFCD8. Grayscale: #101010. Windows color (decimal): -14417113 or 2556708. OLE color: 2556708.
HSL color Cylindrical-coordinate representation of color #240327: hue angle of 295º degrees, saturation: 0.86, 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 #240327 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 3 | 39 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.85 |
| HSL | 295º | 0.86% | 0.08% | - |
| HSV(B) | 295º | 0.92% | 0.15% | - |
| XYZ | 1.13 | 0.59 | 1.97 | - |
| YUV | 16.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 39 | 0.08 | 0.92 | 0 | 0.85 | 295 | 0.86 | 0.08 |
| Hex | 24 | 3 | 27 | 8 | 5C | 0 | 55 | 127 | 56 | 8 |
| Octal | 44 | 3 | 47 | 10 | 134 | 0 | 125 | 447 | 126 | 10 |
| Binary | 100100 | 11 | 100111 | 1000 | 1011100 | 0 | 1010101 | 100100111 | 1010110 | 1000 |
Color Harmonies of #240327
Complementary color
Monochromatic Colors of #240327
Black with #240327
Text Example
Text Example
White with #240327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240327; }
p { color: rgb(36,3,39); }
H1.HeaderClassName
{
color: #240327;
}
.AnyTagClassName
{
color: #240327;
}
</style>
background-color css
<style>
a { background-color: #240327; }
a { background-color: rgb(36,3,39); }
div.DivClassName
{
background-color: #240327;
}
.BgClassName
{
background-color: #240327;
}
</style>
border-color css
<style>
span { border-color: #240327; }
span { border-color: rgb(36,3,39); }
td.TdClassName
{
border-color: #240327;
}
.TagClassName
{
border-color: #240327;
}
</style>