Shades of Mardi Gras #220D1F
Tints of Mardi Gras #220D1F
RGB
CMYK
RGB Variations
Color information
#220D1F (or 0x220D1F) is known color: Mardi Gras. HEX triplet: 22, 0D and 1F. RGB value is (34,13,31). Sum of RGB (Red+Green+Blue) = 34+13+31=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #220D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D1F is #DDF2E0. Grayscale: #151515. Windows color (decimal): -14545633 or 2034978. OLE color: 2034978.
HSL color Cylindrical-coordinate representation of color #220D1F: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #220D1F is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 13 | 31 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.87 |
| HSL | 308.57º | 0.45% | 0.09% | - |
| HSV(B) | 308.57º | 0.62% | 0.13% | - |
| XYZ | 1.05 | 0.73 | 1.38 | - |
| YUV | 21.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 31 | 0 | 0.62 | 0.09 | 0.87 | 308.57 | 0.45 | 0.09 |
| Hex | 22 | D | 1F | 0 | 3E | 9 | 57 | 135 | 2D | 9 |
| Octal | 42 | 15 | 37 | 0 | 76 | 11 | 127 | 465 | 55 | 11 |
| Binary | 100010 | 1101 | 11111 | 0 | 111110 | 1001 | 1010111 | 100110101 | 101101 | 1001 |
Color Harmonies of #220D1F
Complementary color
Monochromatic Colors of #220D1F
Black with #220D1F
Text Example
Text Example
White with #220D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D1F; }
p { color: rgb(34,13,31); }
H1.HeaderClassName
{
color: #220D1F;
}
.AnyTagClassName
{
color: #220D1F;
}
</style>
background-color css
<style>
a { background-color: #220D1F; }
a { background-color: rgb(34,13,31); }
div.DivClassName
{
background-color: #220D1F;
}
.BgClassName
{
background-color: #220D1F;
}
</style>
border-color css
<style>
span { border-color: #220D1F; }
span { border-color: rgb(34,13,31); }
td.TdClassName
{
border-color: #220D1F;
}
.TagClassName
{
border-color: #220D1F;
}
</style>