Shades of Maire #201F06
Tints of Maire #201F06
RGB
CMYK
RGB Variations
Color information
#201F06 (or 0x201F06) is known color: Maire. HEX triplet: 20, 1F and 06. RGB value is (32,31,6). Sum of RGB (Red+Green+Blue) = 32+31+6=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #201F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F06 is #DFE0F9. Grayscale: #1C1C1C. Windows color (decimal): -14672122 or 401184. OLE color: 401184.
HSL color Cylindrical-coordinate representation of color #201F06: hue angle of 57.69º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201F06 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 31 | 6 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.87 |
| HSL | 57.69º | 0.68% | 0.07% | - |
| HSV(B) | 57.69º | 0.81% | 0.13% | - |
| XYZ | 1.12 | 1.3 | 0.36 | - |
| YUV | 28.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 6 | 0 | 0.03 | 0.81 | 0.87 | 57.69 | 0.68 | 0.07 |
| Hex | 20 | 1F | 6 | 0 | 3 | 51 | 57 | 3A | 44 | 7 |
| Octal | 40 | 37 | 6 | 0 | 3 | 121 | 127 | 72 | 104 | 7 |
| Binary | 100000 | 11111 | 110 | 0 | 11 | 1010001 | 1010111 | 111010 | 1000100 | 111 |
Color Harmonies of #201F06
Complementary color
Monochromatic Colors of #201F06
Black with #201F06
Text Example
Text Example
White with #201F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F06; }
p { color: rgb(32,31,6); }
H1.HeaderClassName
{
color: #201F06;
}
.AnyTagClassName
{
color: #201F06;
}
</style>
background-color css
<style>
a { background-color: #201F06; }
a { background-color: rgb(32,31,6); }
div.DivClassName
{
background-color: #201F06;
}
.BgClassName
{
background-color: #201F06;
}
</style>
border-color css
<style>
span { border-color: #201F06; }
span { border-color: rgb(32,31,6); }
td.TdClassName
{
border-color: #201F06;
}
.TagClassName
{
border-color: #201F06;
}
</style>