Shades of Mardi Gras #220C23
Tints of Mardi Gras #220C23
RGB
CMYK
RGB Variations
Color information
#220C23 (or 0x220C23) is known color: Mardi Gras. HEX triplet: 22, 0C and 23. RGB value is (34,12,35). Sum of RGB (Red+Green+Blue) = 34+12+35=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 35 - color contains mainly: blue. Hex color #220C23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C23 is #DDF3DC. Grayscale: #151515. Windows color (decimal): -14545885 or 2296866. OLE color: 2296866.
HSL color Cylindrical-coordinate representation of color #220C23: hue angle of 297.39º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #220C23 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 12 | 35 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.86 |
| HSL | 297.39º | 0.49% | 0.09% | - |
| HSV(B) | 297.39º | 0.66% | 0.14% | - |
| XYZ | 1.09 | 0.72 | 1.67 | - |
| YUV | 21.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 35 | 0.03 | 0.66 | 0 | 0.86 | 297.39 | 0.49 | 0.09 |
| Hex | 22 | C | 23 | 3 | 42 | 0 | 56 | 129 | 31 | 9 |
| Octal | 42 | 14 | 43 | 3 | 102 | 0 | 126 | 451 | 61 | 11 |
| Binary | 100010 | 1100 | 100011 | 11 | 1000010 | 0 | 1010110 | 100101001 | 110001 | 1001 |
Color Harmonies of #220C23
Complementary color
Monochromatic Colors of #220C23
Black with #220C23
Text Example
Text Example
White with #220C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C23; }
p { color: rgb(34,12,35); }
H1.HeaderClassName
{
color: #220C23;
}
.AnyTagClassName
{
color: #220C23;
}
</style>
background-color css
<style>
a { background-color: #220C23; }
a { background-color: rgb(34,12,35); }
div.DivClassName
{
background-color: #220C23;
}
.BgClassName
{
background-color: #220C23;
}
</style>
border-color css
<style>
span { border-color: #220C23; }
span { border-color: rgb(34,12,35); }
td.TdClassName
{
border-color: #220C23;
}
.TagClassName
{
border-color: #220C23;
}
</style>