Shades of Mardi Gras #22041E
Tints of Mardi Gras #22041E
RGB
CMYK
RGB Variations
Color information
#22041E (or 0x22041E) is known color: Mardi Gras. HEX triplet: 22, 04 and 1E. RGB value is (34,4,30). Sum of RGB (Red+Green+Blue) = 34+4+30=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #22041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22041E is #DDFBE1. Grayscale: #0F0F0F. Windows color (decimal): -14547938 or 1967138. OLE color: 1967138.
HSL color Cylindrical-coordinate representation of color #22041E: hue angle of 308º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #22041E is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 4 | 30 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.87 |
| HSL | 308º | 0.79% | 0.07% | - |
| HSV(B) | 308º | 0.88% | 0.13% | - |
| XYZ | 0.94 | 0.52 | 1.28 | - |
| YUV | 15.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 30 | 0 | 0.88 | 0.12 | 0.87 | 308 | 0.79 | 0.07 |
| Hex | 22 | 4 | 1E | 0 | 58 | C | 57 | 134 | 4F | 7 |
| Octal | 42 | 4 | 36 | 0 | 130 | 14 | 127 | 464 | 117 | 7 |
| Binary | 100010 | 100 | 11110 | 0 | 1011000 | 1100 | 1010111 | 100110100 | 1001111 | 111 |
Color Harmonies of #22041E
Complementary color
Monochromatic Colors of #22041E
Black with #22041E
Text Example
Text Example
White with #22041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22041E; }
p { color: rgb(34,4,30); }
H1.HeaderClassName
{
color: #22041E;
}
.AnyTagClassName
{
color: #22041E;
}
</style>
background-color css
<style>
a { background-color: #22041E; }
a { background-color: rgb(34,4,30); }
div.DivClassName
{
background-color: #22041E;
}
.BgClassName
{
background-color: #22041E;
}
</style>
border-color css
<style>
span { border-color: #22041E; }
span { border-color: rgb(34,4,30); }
td.TdClassName
{
border-color: #22041E;
}
.TagClassName
{
border-color: #22041E;
}
</style>