Shades of Maire #201801
Tints of Maire #201801
RGB
CMYK
RGB Variations
Color information
#201801 (or 0x201801) is known color: Maire. HEX triplet: 20, 18 and 01. RGB value is (32,24,1). Sum of RGB (Red+Green+Blue) = 32+24+1=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #201801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201801 is #DFE7FE. Grayscale: #171717. Windows color (decimal): -14673919 or 71712. OLE color: 71712.
HSL color Cylindrical-coordinate representation of color #201801: hue angle of 44.52º 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 #201801 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 24 | 1 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.87 |
| HSL | 44.52º | 0.94% | 0.06% | - |
| HSV(B) | 44.52º | 0.97% | 0.13% | - |
| XYZ | 0.93 | 0.96 | 0.17 | - |
| YUV | 23.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 1 | 0 | 0.25 | 0.97 | 0.87 | 44.52 | 0.94 | 0.06 |
| Hex | 20 | 18 | 1 | 0 | 19 | 61 | 57 | 2D | 5E | 6 |
| Octal | 40 | 30 | 1 | 0 | 31 | 141 | 127 | 55 | 136 | 6 |
| Binary | 100000 | 11000 | 1 | 0 | 11001 | 1100001 | 1010111 | 101101 | 1011110 | 110 |
Color Harmonies of #201801
Complementary color
Monochromatic Colors of #201801
Black with #201801
Text Example
Text Example
White with #201801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201801; }
p { color: rgb(32,24,1); }
H1.HeaderClassName
{
color: #201801;
}
.AnyTagClassName
{
color: #201801;
}
</style>
background-color css
<style>
a { background-color: #201801; }
a { background-color: rgb(32,24,1); }
div.DivClassName
{
background-color: #201801;
}
.BgClassName
{
background-color: #201801;
}
</style>
border-color css
<style>
span { border-color: #201801; }
span { border-color: rgb(32,24,1); }
td.TdClassName
{
border-color: #201801;
}
.TagClassName
{
border-color: #201801;
}
</style>