Shades of Maire #201E12
Tints of Maire #201E12
RGB
CMYK
RGB Variations
Color information
#201E12 (or 0x201E12) is known color: Maire. HEX triplet: 20, 1E and 12. RGB value is (32,30,18). Sum of RGB (Red+Green+Blue) = 32+30+18=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 32 - color contains mainly: red. Hex color #201E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E12 is #DFE1ED. Grayscale: #1D1D1D. Windows color (decimal): -14672366 or 1187360. OLE color: 1187360.
HSL color Cylindrical-coordinate representation of color #201E12: hue angle of 51.43º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #201E12 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 30 | 18 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.87 |
| HSL | 51.43º | 0.28% | 0.1% | - |
| HSV(B) | 51.43º | 0.44% | 0.13% | - |
| XYZ | 1.17 | 1.28 | 0.76 | - |
| YUV | 29.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 18 | 0 | 0.06 | 0.44 | 0.87 | 51.43 | 0.28 | 0.1 |
| Hex | 20 | 1E | 12 | 0 | 6 | 2C | 57 | 33 | 1C | A |
| Octal | 40 | 36 | 22 | 0 | 6 | 54 | 127 | 63 | 34 | 12 |
| Binary | 100000 | 11110 | 10010 | 0 | 110 | 101100 | 1010111 | 110011 | 11100 | 1010 |
Color Harmonies of #201E12
Complementary color
Monochromatic Colors of #201E12
Black with #201E12
Text Example
Text Example
White with #201E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E12; }
p { color: rgb(32,30,18); }
H1.HeaderClassName
{
color: #201E12;
}
.AnyTagClassName
{
color: #201E12;
}
</style>
background-color css
<style>
a { background-color: #201E12; }
a { background-color: rgb(32,30,18); }
div.DivClassName
{
background-color: #201E12;
}
.BgClassName
{
background-color: #201E12;
}
</style>
border-color css
<style>
span { border-color: #201E12; }
span { border-color: rgb(32,30,18); }
td.TdClassName
{
border-color: #201E12;
}
.TagClassName
{
border-color: #201E12;
}
</style>