Shades of Mardi Gras #221D22
Tints of Mardi Gras #221D22
RGB
CMYK
RGB Variations
Color information
#221D22 (or 0x221D22) is known color: Mardi Gras. HEX triplet: 22, 1D and 22. RGB value is (34,29,34). Sum of RGB (Red+Green+Blue) = 34+29+34=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 34 - color contains mainly: red, blue. Hex color #221D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D22 is #DDE2DD. Grayscale: #1F1F1F. Windows color (decimal): -14541534 or 2235682. OLE color: 2235682.
HSL color Cylindrical-coordinate representation of color #221D22: hue angle of 300º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #221D22 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 29 | 34 | - |
| CMYK | 0 | 0.15 | 0 | 0.87 |
| HSL | 300º | 0.08% | 0.12% | - |
| HSV(B) | 300º | 0.15% | 0.13% | - |
| XYZ | 1.39 | 1.33 | 1.7 | - |
| YUV | 31.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 34 | 0 | 0.15 | 0 | 0.87 | 300 | 0.08 | 0.12 |
| Hex | 22 | 1D | 22 | 0 | F | 0 | 57 | 12C | 8 | C |
| Octal | 42 | 35 | 42 | 0 | 17 | 0 | 127 | 454 | 10 | 14 |
| Binary | 100010 | 11101 | 100010 | 0 | 1111 | 0 | 1010111 | 100101100 | 1000 | 1100 |
Color Harmonies of #221D22
Complementary color
Monochromatic Colors of #221D22
Black with #221D22
Text Example
Text Example
White with #221D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D22; }
p { color: rgb(34,29,34); }
H1.HeaderClassName
{
color: #221D22;
}
.AnyTagClassName
{
color: #221D22;
}
</style>
background-color css
<style>
a { background-color: #221D22; }
a { background-color: rgb(34,29,34); }
div.DivClassName
{
background-color: #221D22;
}
.BgClassName
{
background-color: #221D22;
}
</style>
border-color css
<style>
span { border-color: #221D22; }
span { border-color: rgb(34,29,34); }
td.TdClassName
{
border-color: #221D22;
}
.TagClassName
{
border-color: #221D22;
}
</style>