Shades of Mardi Gras #241422
Tints of Mardi Gras #241422
RGB
CMYK
RGB Variations
Color information
#241422 (or 0x241422) is known color: Mardi Gras. HEX triplet: 24, 14 and 22. RGB value is (36,20,34). Sum of RGB (Red+Green+Blue) = 36+20+34=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #241422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241422 is #DBEBDD. Grayscale: #1A1A1A. Windows color (decimal): -14412766 or 2233380. OLE color: 2233380.
HSL color Cylindrical-coordinate representation of color #241422: hue angle of 307.5º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #241422 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 20 | 34 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.86 |
| HSL | 307.5º | 0.29% | 0.11% | - |
| HSV(B) | 307.5º | 0.44% | 0.14% | - |
| XYZ | 1.27 | 0.99 | 1.64 | - |
| YUV | 26.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 34 | 0 | 0.44 | 0.06 | 0.86 | 307.5 | 0.29 | 0.11 |
| Hex | 24 | 14 | 22 | 0 | 2C | 6 | 56 | 134 | 1D | B |
| Octal | 44 | 24 | 42 | 0 | 54 | 6 | 126 | 464 | 35 | 13 |
| Binary | 100100 | 10100 | 100010 | 0 | 101100 | 110 | 1010110 | 100110100 | 11101 | 1011 |
Color Harmonies of #241422
Complementary color
Monochromatic Colors of #241422
Black with #241422
Text Example
Text Example
White with #241422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241422; }
p { color: rgb(36,20,34); }
H1.HeaderClassName
{
color: #241422;
}
.AnyTagClassName
{
color: #241422;
}
</style>
background-color css
<style>
a { background-color: #241422; }
a { background-color: rgb(36,20,34); }
div.DivClassName
{
background-color: #241422;
}
.BgClassName
{
background-color: #241422;
}
</style>
border-color css
<style>
span { border-color: #241422; }
span { border-color: rgb(36,20,34); }
td.TdClassName
{
border-color: #241422;
}
.TagClassName
{
border-color: #241422;
}
</style>