Shades of Mardi Gras #22031F
Tints of Mardi Gras #22031F
RGB
CMYK
RGB Variations
Color information
#22031F (or 0x22031F) is known color: Mardi Gras. HEX triplet: 22, 03 and 1F. RGB value is (34,3,31). Sum of RGB (Red+Green+Blue) = 34+3+31=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #22031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22031F is #DDFCE0. Grayscale: #0F0F0F. Windows color (decimal): -14548193 or 2032418. OLE color: 2032418.
HSL color Cylindrical-coordinate representation of color #22031F: hue angle of 305.81º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #22031F is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 3 | 31 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.87 |
| HSL | 305.81º | 0.84% | 0.07% | - |
| HSV(B) | 305.81º | 0.91% | 0.13% | - |
| XYZ | 0.94 | 0.5 | 1.34 | - |
| YUV | 15.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 31 | 0 | 0.91 | 0.09 | 0.87 | 305.81 | 0.84 | 0.07 |
| Hex | 22 | 3 | 1F | 0 | 5B | 9 | 57 | 132 | 54 | 7 |
| Octal | 42 | 3 | 37 | 0 | 133 | 11 | 127 | 462 | 124 | 7 |
| Binary | 100010 | 11 | 11111 | 0 | 1011011 | 1001 | 1010111 | 100110010 | 1010100 | 111 |
Color Harmonies of #22031F
Complementary color
Monochromatic Colors of #22031F
Black with #22031F
Text Example
Text Example
White with #22031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22031F; }
p { color: rgb(34,3,31); }
H1.HeaderClassName
{
color: #22031F;
}
.AnyTagClassName
{
color: #22031F;
}
</style>
background-color css
<style>
a { background-color: #22031F; }
a { background-color: rgb(34,3,31); }
div.DivClassName
{
background-color: #22031F;
}
.BgClassName
{
background-color: #22031F;
}
</style>
border-color css
<style>
span { border-color: #22031F; }
span { border-color: rgb(34,3,31); }
td.TdClassName
{
border-color: #22031F;
}
.TagClassName
{
border-color: #22031F;
}
</style>