Shades of Mardi Gras #221424
Tints of Mardi Gras #221424
RGB
CMYK
RGB Variations
Color information
#221424 (or 0x221424) is known color: Mardi Gras. HEX triplet: 22, 14 and 24. RGB value is (34,20,36). Sum of RGB (Red+Green+Blue) = 34+20+36=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 36 - color contains mainly: blue. Hex color #221424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221424 is #DDEBDB. Grayscale: #191919. Windows color (decimal): -14543836 or 2364450. OLE color: 2364450.
HSL color Cylindrical-coordinate representation of color #221424: hue angle of 292.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 #221424 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 20 | 36 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.86 |
| HSL | 292.5º | 0.29% | 0.11% | - |
| HSV(B) | 292.5º | 0.44% | 0.14% | - |
| XYZ | 1.23 | 0.97 | 1.79 | - |
| YUV | 26.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 36 | 0.06 | 0.44 | 0 | 0.86 | 292.5 | 0.29 | 0.11 |
| Hex | 22 | 14 | 24 | 6 | 2C | 0 | 56 | 124 | 1D | B |
| Octal | 42 | 24 | 44 | 6 | 54 | 0 | 126 | 444 | 35 | 13 |
| Binary | 100010 | 10100 | 100100 | 110 | 101100 | 0 | 1010110 | 100100100 | 11101 | 1011 |
Color Harmonies of #221424
Complementary color
Monochromatic Colors of #221424
Black with #221424
Text Example
Text Example
White with #221424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221424; }
p { color: rgb(34,20,36); }
H1.HeaderClassName
{
color: #221424;
}
.AnyTagClassName
{
color: #221424;
}
</style>
background-color css
<style>
a { background-color: #221424; }
a { background-color: rgb(34,20,36); }
div.DivClassName
{
background-color: #221424;
}
.BgClassName
{
background-color: #221424;
}
</style>
border-color css
<style>
span { border-color: #221424; }
span { border-color: rgb(34,20,36); }
td.TdClassName
{
border-color: #221424;
}
.TagClassName
{
border-color: #221424;
}
</style>