Shades of Maire #202104
Tints of Maire #202104
RGB
CMYK
RGB Variations
Color information
#202104 (or 0x202104) is known color: Maire. HEX triplet: 20, 21 and 04. RGB value is (32,33,4). Sum of RGB (Red+Green+Blue) = 32+33+4=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #202104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202104 is #DFDEFB. Grayscale: #1D1D1D. Windows color (decimal): -14671612 or 270624. OLE color: 270624.
HSL color Cylindrical-coordinate representation of color #202104: hue angle of 62.07º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #202104 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 33 | 4 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.87 |
| HSL | 62.07º | 0.78% | 0.07% | - |
| HSV(B) | 62.07º | 0.88% | 0.13% | - |
| XYZ | 1.16 | 1.4 | 0.32 | - |
| YUV | 29.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 4 | 0.03 | 0 | 0.88 | 0.87 | 62.07 | 0.78 | 0.07 |
| Hex | 20 | 21 | 4 | 3 | 0 | 58 | 57 | 3E | 4E | 7 |
| Octal | 40 | 41 | 4 | 3 | 0 | 130 | 127 | 76 | 116 | 7 |
| Binary | 100000 | 100001 | 100 | 11 | 0 | 1011000 | 1010111 | 111110 | 1001110 | 111 |
Color Harmonies of #202104
Complementary color
Monochromatic Colors of #202104
Black with #202104
Text Example
Text Example
White with #202104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202104; }
p { color: rgb(32,33,4); }
H1.HeaderClassName
{
color: #202104;
}
.AnyTagClassName
{
color: #202104;
}
</style>
background-color css
<style>
a { background-color: #202104; }
a { background-color: rgb(32,33,4); }
div.DivClassName
{
background-color: #202104;
}
.BgClassName
{
background-color: #202104;
}
</style>
border-color css
<style>
span { border-color: #202104; }
span { border-color: rgb(32,33,4); }
td.TdClassName
{
border-color: #202104;
}
.TagClassName
{
border-color: #202104;
}
</style>