Shades of Mardi Gras #221323
Tints of Mardi Gras #221323
RGB
CMYK
RGB Variations
Color information
#221323 (or 0x221323) is known color: Mardi Gras. HEX triplet: 22, 13 and 23. RGB value is (34,19,35). Sum of RGB (Red+Green+Blue) = 34+19+35=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 35 - color contains mainly: blue. Hex color #221323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221323 is #DDECDC. Grayscale: #191919. Windows color (decimal): -14544093 or 2298658. OLE color: 2298658.
HSL color Cylindrical-coordinate representation of color #221323: hue angle of 296.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #221323 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 19 | 35 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.86 |
| HSL | 296.25º | 0.3% | 0.11% | - |
| HSV(B) | 296.25º | 0.46% | 0.14% | - |
| XYZ | 1.2 | 0.93 | 1.71 | - |
| YUV | 25.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 35 | 0.03 | 0.46 | 0 | 0.86 | 296.25 | 0.3 | 0.11 |
| Hex | 22 | 13 | 23 | 3 | 2E | 0 | 56 | 128 | 1E | B |
| Octal | 42 | 23 | 43 | 3 | 56 | 0 | 126 | 450 | 36 | 13 |
| Binary | 100010 | 10011 | 100011 | 11 | 101110 | 0 | 1010110 | 100101000 | 11110 | 1011 |
Color Harmonies of #221323
Complementary color
Monochromatic Colors of #221323
Black with #221323
Text Example
Text Example
White with #221323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221323; }
p { color: rgb(34,19,35); }
H1.HeaderClassName
{
color: #221323;
}
.AnyTagClassName
{
color: #221323;
}
</style>
background-color css
<style>
a { background-color: #221323; }
a { background-color: rgb(34,19,35); }
div.DivClassName
{
background-color: #221323;
}
.BgClassName
{
background-color: #221323;
}
</style>
border-color css
<style>
span { border-color: #221323; }
span { border-color: rgb(34,19,35); }
td.TdClassName
{
border-color: #221323;
}
.TagClassName
{
border-color: #221323;
}
</style>