Shades of Mardi Gras #22001C
Tints of Mardi Gras #22001C
RGB
CMYK
RGB Variations
Color information
#22001C (or 0x22001C) is known color: Mardi Gras. HEX triplet: 22, 00 and 1C. RGB value is (34,0,28). Sum of RGB (Red+Green+Blue) = 34+0+28=62 (8% of max value = 765). Red value is 34 (13.67% from 255 or 54.84% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 34 - color contains mainly: red. Hex color #22001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22001C is #DDFFE3. Grayscale: #0D0D0D. Windows color (decimal): -14548964 or 1835042. OLE color: 1835042.
HSL color Cylindrical-coordinate representation of color #22001C: hue angle of 310.59º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22001C is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.18 | 0.87 |
| HSL | 310.59º | 1% | 0.07% | - |
| HSV(B) | 310.59º | 1% | 0.13% | - |
| XYZ | 0.87 | 0.42 | 1.13 | - |
| YUV | 13.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 28 | 0 | 1 | 0.18 | 0.87 | 310.59 | 1 | 0.07 |
| Hex | 22 | 0 | 1C | 0 | 64 | 12 | 57 | 137 | 64 | 7 |
| Octal | 42 | 0 | 34 | 0 | 144 | 22 | 127 | 467 | 144 | 7 |
| Binary | 100010 | 0 | 11100 | 0 | 1100100 | 10010 | 1010111 | 100110111 | 1100100 | 111 |
Color Harmonies of #22001C
Complementary color
Monochromatic Colors of #22001C
Black with #22001C
Text Example
Text Example
White with #22001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22001C; }
p { color: rgb(34,0,28); }
H1.HeaderClassName
{
color: #22001C;
}
.AnyTagClassName
{
color: #22001C;
}
</style>
background-color css
<style>
a { background-color: #22001C; }
a { background-color: rgb(34,0,28); }
div.DivClassName
{
background-color: #22001C;
}
.BgClassName
{
background-color: #22001C;
}
</style>
border-color css
<style>
span { border-color: #22001C; }
span { border-color: rgb(34,0,28); }
td.TdClassName
{
border-color: #22001C;
}
.TagClassName
{
border-color: #22001C;
}
</style>