Shades of Mardi Gras #221023
Tints of Mardi Gras #221023
RGB
CMYK
RGB Variations
Color information
#221023 (or 0x221023) is known color: Mardi Gras. HEX triplet: 22, 10 and 23. RGB value is (34,16,35). Sum of RGB (Red+Green+Blue) = 34+16+35=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 35 - color contains mainly: blue. Hex color #221023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221023 is #DDEFDC. Grayscale: #171717. Windows color (decimal): -14544861 or 2297890. OLE color: 2297890.
HSL color Cylindrical-coordinate representation of color #221023: hue angle of 296.84º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #221023 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 16 | 35 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.86 |
| HSL | 296.84º | 0.37% | 0.1% | - |
| HSV(B) | 296.84º | 0.54% | 0.14% | - |
| XYZ | 1.15 | 0.83 | 1.69 | - |
| YUV | 23.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 35 | 0.03 | 0.54 | 0 | 0.86 | 296.84 | 0.37 | 0.1 |
| Hex | 22 | 10 | 23 | 3 | 36 | 0 | 56 | 129 | 25 | A |
| Octal | 42 | 20 | 43 | 3 | 66 | 0 | 126 | 451 | 45 | 12 |
| Binary | 100010 | 10000 | 100011 | 11 | 110110 | 0 | 1010110 | 100101001 | 100101 | 1010 |
Color Harmonies of #221023
Complementary color
Monochromatic Colors of #221023
Black with #221023
Text Example
Text Example
White with #221023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221023; }
p { color: rgb(34,16,35); }
H1.HeaderClassName
{
color: #221023;
}
.AnyTagClassName
{
color: #221023;
}
</style>
background-color css
<style>
a { background-color: #221023; }
a { background-color: rgb(34,16,35); }
div.DivClassName
{
background-color: #221023;
}
.BgClassName
{
background-color: #221023;
}
</style>
border-color css
<style>
span { border-color: #221023; }
span { border-color: rgb(34,16,35); }
td.TdClassName
{
border-color: #221023;
}
.TagClassName
{
border-color: #221023;
}
</style>