Shades of Mardi Gras #220D25
Tints of Mardi Gras #220D25
RGB
CMYK
RGB Variations
Color information
#220D25 (or 0x220D25) is known color: Mardi Gras. HEX triplet: 22, 0D and 25. RGB value is (34,13,37). Sum of RGB (Red+Green+Blue) = 34+13+37=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #220D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D25 is #DDF2DA. Grayscale: #151515. Windows color (decimal): -14545627 or 2428194. OLE color: 2428194.
HSL color Cylindrical-coordinate representation of color #220D25: hue angle of 292.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #220D25 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 13 | 37 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.85 |
| HSL | 292.5º | 0.48% | 0.1% | - |
| HSV(B) | 292.5º | 0.65% | 0.15% | - |
| XYZ | 1.14 | 0.76 | 1.84 | - |
| YUV | 22.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 37 | 0.08 | 0.65 | 0 | 0.85 | 292.5 | 0.48 | 0.1 |
| Hex | 22 | D | 25 | 8 | 41 | 0 | 55 | 124 | 30 | A |
| Octal | 42 | 15 | 45 | 10 | 101 | 0 | 125 | 444 | 60 | 12 |
| Binary | 100010 | 1101 | 100101 | 1000 | 1000001 | 0 | 1010101 | 100100100 | 110000 | 1010 |
Color Harmonies of #220D25
Complementary color
Monochromatic Colors of #220D25
Black with #220D25
Text Example
Text Example
White with #220D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D25; }
p { color: rgb(34,13,37); }
H1.HeaderClassName
{
color: #220D25;
}
.AnyTagClassName
{
color: #220D25;
}
</style>
background-color css
<style>
a { background-color: #220D25; }
a { background-color: rgb(34,13,37); }
div.DivClassName
{
background-color: #220D25;
}
.BgClassName
{
background-color: #220D25;
}
</style>
border-color css
<style>
span { border-color: #220D25; }
span { border-color: rgb(34,13,37); }
td.TdClassName
{
border-color: #220D25;
}
.TagClassName
{
border-color: #220D25;
}
</style>