Shades of Maire #201F19
Tints of Maire #201F19
RGB
CMYK
RGB Variations
Color information
#201F19 (or 0x201F19) is known color: Maire. HEX triplet: 20, 1F and 19. RGB value is (32,31,25). Sum of RGB (Red+Green+Blue) = 32+31+25=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 32 - color contains mainly: red. Hex color #201F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F19 is #DFE0E6. Grayscale: #1E1E1E. Windows color (decimal): -14672103 or 1646368. OLE color: 1646368.
HSL color Cylindrical-coordinate representation of color #201F19: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #201F19 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 31 | 25 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.87 |
| HSL | 51.43º | 0.12% | 0.11% | - |
| HSV(B) | 51.43º | 0.22% | 0.13% | - |
| XYZ | 1.26 | 1.36 | 1.12 | - |
| YUV | 30.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 25 | 0 | 0.03 | 0.22 | 0.87 | 51.43 | 0.12 | 0.11 |
| Hex | 20 | 1F | 19 | 0 | 3 | 16 | 57 | 33 | C | B |
| Octal | 40 | 37 | 31 | 0 | 3 | 26 | 127 | 63 | 14 | 13 |
| Binary | 100000 | 11111 | 11001 | 0 | 11 | 10110 | 1010111 | 110011 | 1100 | 1011 |
Color Harmonies of #201F19
Complementary color
Monochromatic Colors of #201F19
Black with #201F19
Text Example
Text Example
White with #201F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F19; }
p { color: rgb(32,31,25); }
H1.HeaderClassName
{
color: #201F19;
}
.AnyTagClassName
{
color: #201F19;
}
</style>
background-color css
<style>
a { background-color: #201F19; }
a { background-color: rgb(32,31,25); }
div.DivClassName
{
background-color: #201F19;
}
.BgClassName
{
background-color: #201F19;
}
</style>
border-color css
<style>
span { border-color: #201F19; }
span { border-color: rgb(32,31,25); }
td.TdClassName
{
border-color: #201F19;
}
.TagClassName
{
border-color: #201F19;
}
</style>