Shades of Mardi Gras #220423
Tints of Mardi Gras #220423
RGB
CMYK
RGB Variations
Color information
#220423 (or 0x220423) is known color: Mardi Gras. HEX triplet: 22, 04 and 23. RGB value is (34,4,35). Sum of RGB (Red+Green+Blue) = 34+4+35=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: blue. Hex color #220423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220423 is #DDFBDC. Grayscale: #101010. Windows color (decimal): -14547933 or 2294818. OLE color: 2294818.
HSL color Cylindrical-coordinate representation of color #220423: hue angle of 298.06º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220423 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 4 | 35 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.86 |
| HSL | 298.06º | 0.79% | 0.08% | - |
| HSV(B) | 298.06º | 0.89% | 0.14% | - |
| XYZ | 1.01 | 0.55 | 1.64 | - |
| YUV | 16.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 35 | 0.03 | 0.89 | 0 | 0.86 | 298.06 | 0.79 | 0.08 |
| Hex | 22 | 4 | 23 | 3 | 59 | 0 | 56 | 12A | 4F | 8 |
| Octal | 42 | 4 | 43 | 3 | 131 | 0 | 126 | 452 | 117 | 10 |
| Binary | 100010 | 100 | 100011 | 11 | 1011001 | 0 | 1010110 | 100101010 | 1001111 | 1000 |
Color Harmonies of #220423
Complementary color
Monochromatic Colors of #220423
Black with #220423
Text Example
Text Example
White with #220423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220423; }
p { color: rgb(34,4,35); }
H1.HeaderClassName
{
color: #220423;
}
.AnyTagClassName
{
color: #220423;
}
</style>
background-color css
<style>
a { background-color: #220423; }
a { background-color: rgb(34,4,35); }
div.DivClassName
{
background-color: #220423;
}
.BgClassName
{
background-color: #220423;
}
</style>
border-color css
<style>
span { border-color: #220423; }
span { border-color: rgb(34,4,35); }
td.TdClassName
{
border-color: #220423;
}
.TagClassName
{
border-color: #220423;
}
</style>