Shades of Maire #201901
Tints of Maire #201901
RGB
CMYK
RGB Variations
Color information
#201901 (or 0x201901) is known color: Maire. HEX triplet: 20, 19 and 01. RGB value is (32,25,1). Sum of RGB (Red+Green+Blue) = 32+25+1=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #201901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201901 is #DFE6FE. Grayscale: #181818. Windows color (decimal): -14673663 or 71968. OLE color: 71968.
HSL color Cylindrical-coordinate representation of color #201901: hue angle of 46.45º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #201901 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 25 | 1 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.87 |
| HSL | 46.45º | 0.94% | 0.06% | - |
| HSV(B) | 46.45º | 0.97% | 0.13% | - |
| XYZ | 0.95 | 1 | 0.17 | - |
| YUV | 24.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 1 | 0 | 0.22 | 0.97 | 0.87 | 46.45 | 0.94 | 0.06 |
| Hex | 20 | 19 | 1 | 0 | 16 | 61 | 57 | 2E | 5E | 6 |
| Octal | 40 | 31 | 1 | 0 | 26 | 141 | 127 | 56 | 136 | 6 |
| Binary | 100000 | 11001 | 1 | 0 | 10110 | 1100001 | 1010111 | 101110 | 1011110 | 110 |
Color Harmonies of #201901
Complementary color
Monochromatic Colors of #201901
Black with #201901
Text Example
Text Example
White with #201901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201901; }
p { color: rgb(32,25,1); }
H1.HeaderClassName
{
color: #201901;
}
.AnyTagClassName
{
color: #201901;
}
</style>
background-color css
<style>
a { background-color: #201901; }
a { background-color: rgb(32,25,1); }
div.DivClassName
{
background-color: #201901;
}
.BgClassName
{
background-color: #201901;
}
</style>
border-color css
<style>
span { border-color: #201901; }
span { border-color: rgb(32,25,1); }
td.TdClassName
{
border-color: #201901;
}
.TagClassName
{
border-color: #201901;
}
</style>