Shades of Maire #201E10
Tints of Maire #201E10
RGB
CMYK
RGB Variations
Color information
#201E10 (or 0x201E10) is known color: Maire. HEX triplet: 20, 1E and 10. RGB value is (32,30,16). Sum of RGB (Red+Green+Blue) = 32+30+16=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E10 is #DFE1EF. Grayscale: #1D1D1D. Windows color (decimal): -14672368 or 1056288. OLE color: 1056288.
HSL color Cylindrical-coordinate representation of color #201E10: hue angle of 52.5º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201E10 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 30 | 16 | - |
| CMYK | 0 | 0.06 | 0.5 | 0.87 |
| HSL | 52.5º | 0.33% | 0.09% | - |
| HSV(B) | 52.5º | 0.5% | 0.13% | - |
| XYZ | 1.15 | 1.27 | 0.68 | - |
| YUV | 29 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 16 | 0 | 0.06 | 0.5 | 0.87 | 52.5 | 0.33 | 0.09 |
| Hex | 20 | 1E | 10 | 0 | 6 | 32 | 57 | 34 | 21 | 9 |
| Octal | 40 | 36 | 20 | 0 | 6 | 62 | 127 | 64 | 41 | 11 |
| Binary | 100000 | 11110 | 10000 | 0 | 110 | 110010 | 1010111 | 110100 | 100001 | 1001 |
Color Harmonies of #201E10
Complementary color
Monochromatic Colors of #201E10
Black with #201E10
Text Example
Text Example
White with #201E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E10; }
p { color: rgb(32,30,16); }
H1.HeaderClassName
{
color: #201E10;
}
.AnyTagClassName
{
color: #201E10;
}
</style>
background-color css
<style>
a { background-color: #201E10; }
a { background-color: rgb(32,30,16); }
div.DivClassName
{
background-color: #201E10;
}
.BgClassName
{
background-color: #201E10;
}
</style>
border-color css
<style>
span { border-color: #201E10; }
span { border-color: rgb(32,30,16); }
td.TdClassName
{
border-color: #201E10;
}
.TagClassName
{
border-color: #201E10;
}
</style>