Shades of Maire #202201
Tints of Maire #202201
RGB
CMYK
RGB Variations
Color information
#202201 (or 0x202201) is known color: Maire. HEX triplet: 20, 22 and 01. RGB value is (32,34,1). Sum of RGB (Red+Green+Blue) = 32+34+1=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #202201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202201 is #DFDDFE. Grayscale: #1D1D1D. Windows color (decimal): -14671359 or 74272. OLE color: 74272.
HSL color Cylindrical-coordinate representation of color #202201: hue angle of 63.64º 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 #202201 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 34 | 1 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.87 |
| HSL | 63.64º | 0.94% | 0.07% | - |
| HSV(B) | 63.64º | 0.97% | 0.13% | - |
| XYZ | 1.17 | 1.45 | 0.25 | - |
| YUV | 29.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 1 | 0.06 | 0 | 0.97 | 0.87 | 63.64 | 0.94 | 0.07 |
| Hex | 20 | 22 | 1 | 6 | 0 | 61 | 57 | 40 | 5E | 7 |
| Octal | 40 | 42 | 1 | 6 | 0 | 141 | 127 | 100 | 136 | 7 |
| Binary | 100000 | 100010 | 1 | 110 | 0 | 1100001 | 1010111 | 1000000 | 1011110 | 111 |
Color Harmonies of #202201
Complementary color
Monochromatic Colors of #202201
Black with #202201
Text Example
Text Example
White with #202201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202201; }
p { color: rgb(32,34,1); }
H1.HeaderClassName
{
color: #202201;
}
.AnyTagClassName
{
color: #202201;
}
</style>
background-color css
<style>
a { background-color: #202201; }
a { background-color: rgb(32,34,1); }
div.DivClassName
{
background-color: #202201;
}
.BgClassName
{
background-color: #202201;
}
</style>
border-color css
<style>
span { border-color: #202201; }
span { border-color: rgb(32,34,1); }
td.TdClassName
{
border-color: #202201;
}
.TagClassName
{
border-color: #202201;
}
</style>