Shades of Maire #201F15
Tints of Maire #201F15
RGB
CMYK
RGB Variations
Color information
#201F15 (or 0x201F15) is known color: Maire. HEX triplet: 20, 1F and 15. RGB value is (32,31,21). Sum of RGB (Red+Green+Blue) = 32+31+21=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 32 - color contains mainly: red. Hex color #201F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F15 is #DFE0EA. Grayscale: #1E1E1E. Windows color (decimal): -14672107 or 1384224. OLE color: 1384224.
HSL color Cylindrical-coordinate representation of color #201F15: hue angle of 54.55º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #201F15 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 31 | 21 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.87 |
| HSL | 54.55º | 0.21% | 0.1% | - |
| HSV(B) | 54.55º | 0.34% | 0.13% | - |
| XYZ | 1.22 | 1.34 | 0.9 | - |
| YUV | 30.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 21 | 0 | 0.03 | 0.34 | 0.87 | 54.55 | 0.21 | 0.1 |
| Hex | 20 | 1F | 15 | 0 | 3 | 22 | 57 | 37 | 15 | A |
| Octal | 40 | 37 | 25 | 0 | 3 | 42 | 127 | 67 | 25 | 12 |
| Binary | 100000 | 11111 | 10101 | 0 | 11 | 100010 | 1010111 | 110111 | 10101 | 1010 |
Color Harmonies of #201F15
Complementary color
Monochromatic Colors of #201F15
Black with #201F15
Text Example
Text Example
White with #201F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F15; }
p { color: rgb(32,31,21); }
H1.HeaderClassName
{
color: #201F15;
}
.AnyTagClassName
{
color: #201F15;
}
</style>
background-color css
<style>
a { background-color: #201F15; }
a { background-color: rgb(32,31,21); }
div.DivClassName
{
background-color: #201F15;
}
.BgClassName
{
background-color: #201F15;
}
</style>
border-color css
<style>
span { border-color: #201F15; }
span { border-color: rgb(32,31,21); }
td.TdClassName
{
border-color: #201F15;
}
.TagClassName
{
border-color: #201F15;
}
</style>