Shades of Mardi Gras #221024
Tints of Mardi Gras #221024
RGB
CMYK
RGB Variations
Color information
#221024 (or 0x221024) is known color: Mardi Gras. HEX triplet: 22, 10 and 24. RGB value is (34,16,36). Sum of RGB (Red+Green+Blue) = 34+16+36=86 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.53% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 36 - color contains mainly: blue. Hex color #221024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221024 is #DDEFDB. Grayscale: #171717. Windows color (decimal): -14544860 or 2363426. OLE color: 2363426.
HSL color Cylindrical-coordinate representation of color #221024: hue angle of 294º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #221024 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 16 | 36 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.86 |
| HSL | 294º | 0.38% | 0.1% | - |
| HSV(B) | 294º | 0.56% | 0.14% | - |
| XYZ | 1.16 | 0.84 | 1.77 | - |
| YUV | 23.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 36 | 0.06 | 0.56 | 0 | 0.86 | 294 | 0.38 | 0.1 |
| Hex | 22 | 10 | 24 | 6 | 38 | 0 | 56 | 126 | 26 | A |
| Octal | 42 | 20 | 44 | 6 | 70 | 0 | 126 | 446 | 46 | 12 |
| Binary | 100010 | 10000 | 100100 | 110 | 111000 | 0 | 1010110 | 100100110 | 100110 | 1010 |
Color Harmonies of #221024
Complementary color
Monochromatic Colors of #221024
Black with #221024
Text Example
Text Example
White with #221024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221024; }
p { color: rgb(34,16,36); }
H1.HeaderClassName
{
color: #221024;
}
.AnyTagClassName
{
color: #221024;
}
</style>
background-color css
<style>
a { background-color: #221024; }
a { background-color: rgb(34,16,36); }
div.DivClassName
{
background-color: #221024;
}
.BgClassName
{
background-color: #221024;
}
</style>
border-color css
<style>
span { border-color: #221024; }
span { border-color: rgb(34,16,36); }
td.TdClassName
{
border-color: #221024;
}
.TagClassName
{
border-color: #221024;
}
</style>