Shades of Maire #222101
Tints of Maire #222101
RGB
CMYK
RGB Variations
Color information
#222101 (or 0x222101) is known color: Maire. HEX triplet: 22, 21 and 01. RGB value is (34,33,1). Sum of RGB (Red+Green+Blue) = 34+33+1=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #222101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222101 is #DDDEFE. Grayscale: #1D1D1D. Windows color (decimal): -14540543 or 74018. OLE color: 74018.
HSL color Cylindrical-coordinate representation of color #222101: hue angle of 58.18º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #222101 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 33 | 1 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.87 |
| HSL | 58.18º | 0.94% | 0.07% | - |
| HSV(B) | 58.18º | 0.97% | 0.13% | - |
| XYZ | 1.21 | 1.43 | 0.24 | - |
| YUV | 29.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 1 | 0 | 0.03 | 0.97 | 0.87 | 58.18 | 0.94 | 0.07 |
| Hex | 22 | 21 | 1 | 0 | 3 | 61 | 57 | 3A | 5E | 7 |
| Octal | 42 | 41 | 1 | 0 | 3 | 141 | 127 | 72 | 136 | 7 |
| Binary | 100010 | 100001 | 1 | 0 | 11 | 1100001 | 1010111 | 111010 | 1011110 | 111 |
Color Harmonies of #222101
Complementary color
Monochromatic Colors of #222101
Black with #222101
Text Example
Text Example
White with #222101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222101; }
p { color: rgb(34,33,1); }
H1.HeaderClassName
{
color: #222101;
}
.AnyTagClassName
{
color: #222101;
}
</style>
background-color css
<style>
a { background-color: #222101; }
a { background-color: rgb(34,33,1); }
div.DivClassName
{
background-color: #222101;
}
.BgClassName
{
background-color: #222101;
}
</style>
border-color css
<style>
span { border-color: #222101; }
span { border-color: rgb(34,33,1); }
td.TdClassName
{
border-color: #222101;
}
.TagClassName
{
border-color: #222101;
}
</style>