Shades of Mardi Gras #220823
Tints of Mardi Gras #220823
RGB
CMYK
RGB Variations
Color information
#220823 (or 0x220823) is known color: Mardi Gras. HEX triplet: 22, 08 and 23. RGB value is (34,8,35). Sum of RGB (Red+Green+Blue) = 34+8+35=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 35 - color contains mainly: blue. Hex color #220823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220823 is #DDF7DC. Grayscale: #121212. Windows color (decimal): -14546909 or 2295842. OLE color: 2295842.
HSL color Cylindrical-coordinate representation of color #220823: hue angle of 297.78º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #220823 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 8 | 35 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.86 |
| HSL | 297.78º | 0.63% | 0.08% | - |
| HSV(B) | 297.78º | 0.77% | 0.14% | - |
| XYZ | 1.05 | 0.64 | 1.66 | - |
| YUV | 18.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 8 | 35 | 0.03 | 0.77 | 0 | 0.86 | 297.78 | 0.63 | 0.08 |
| Hex | 22 | 8 | 23 | 3 | 4D | 0 | 56 | 12A | 3F | 8 |
| Octal | 42 | 10 | 43 | 3 | 115 | 0 | 126 | 452 | 77 | 10 |
| Binary | 100010 | 1000 | 100011 | 11 | 1001101 | 0 | 1010110 | 100101010 | 111111 | 1000 |
Color Harmonies of #220823
Complementary color
Monochromatic Colors of #220823
Black with #220823
Text Example
Text Example
White with #220823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220823; }
p { color: rgb(34,8,35); }
H1.HeaderClassName
{
color: #220823;
}
.AnyTagClassName
{
color: #220823;
}
</style>
background-color css
<style>
a { background-color: #220823; }
a { background-color: rgb(34,8,35); }
div.DivClassName
{
background-color: #220823;
}
.BgClassName
{
background-color: #220823;
}
</style>
border-color css
<style>
span { border-color: #220823; }
span { border-color: rgb(34,8,35); }
td.TdClassName
{
border-color: #220823;
}
.TagClassName
{
border-color: #220823;
}
</style>