Shades of Mardi Gras #241127
Tints of Mardi Gras #241127
RGB
CMYK
RGB Variations
Color information
#241127 (or 0x241127) is known color: Mardi Gras. HEX triplet: 24, 11 and 27. RGB value is (36,17,39). Sum of RGB (Red+Green+Blue) = 36+17+39=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #241127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241127 is #DBEED8. Grayscale: #191919. Windows color (decimal): -14413529 or 2560292. OLE color: 2560292.
HSL color Cylindrical-coordinate representation of color #241127: hue angle of 291.82º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241127 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 17 | 39 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.85 |
| HSL | 291.82º | 0.39% | 0.11% | - |
| HSV(B) | 291.82º | 0.56% | 0.15% | - |
| XYZ | 1.29 | 0.92 | 2.03 | - |
| YUV | 25.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 39 | 0.08 | 0.56 | 0 | 0.85 | 291.82 | 0.39 | 0.11 |
| Hex | 24 | 11 | 27 | 8 | 38 | 0 | 55 | 124 | 27 | B |
| Octal | 44 | 21 | 47 | 10 | 70 | 0 | 125 | 444 | 47 | 13 |
| Binary | 100100 | 10001 | 100111 | 1000 | 111000 | 0 | 1010101 | 100100100 | 100111 | 1011 |
Color Harmonies of #241127
Complementary color
Monochromatic Colors of #241127
Black with #241127
Text Example
Text Example
White with #241127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241127; }
p { color: rgb(36,17,39); }
H1.HeaderClassName
{
color: #241127;
}
.AnyTagClassName
{
color: #241127;
}
</style>
background-color css
<style>
a { background-color: #241127; }
a { background-color: rgb(36,17,39); }
div.DivClassName
{
background-color: #241127;
}
.BgClassName
{
background-color: #241127;
}
</style>
border-color css
<style>
span { border-color: #241127; }
span { border-color: rgb(36,17,39); }
td.TdClassName
{
border-color: #241127;
}
.TagClassName
{
border-color: #241127;
}
</style>