Shades of Maire #201E19
Tints of Maire #201E19
RGB
CMYK
RGB Variations
Color information
#201E19 (or 0x201E19) is known color: Maire. HEX triplet: 20, 1E and 19. RGB value is (32,30,25). Sum of RGB (Red+Green+Blue) = 32+30+25=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 32 - color contains mainly: red. Hex color #201E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E19 is #DFE1E6. Grayscale: #1E1E1E. Windows color (decimal): -14672359 or 1646112. OLE color: 1646112.
HSL color Cylindrical-coordinate representation of color #201E19: hue angle of 42.86º 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 #201E19 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 30 | 25 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.87 |
| HSL | 42.86º | 0.12% | 0.11% | - |
| HSV(B) | 42.86º | 0.22% | 0.13% | - |
| XYZ | 1.24 | 1.31 | 1.11 | - |
| YUV | 30.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 25 | 0 | 0.06 | 0.22 | 0.87 | 42.86 | 0.12 | 0.11 |
| Hex | 20 | 1E | 19 | 0 | 6 | 16 | 57 | 2B | C | B |
| Octal | 40 | 36 | 31 | 0 | 6 | 26 | 127 | 53 | 14 | 13 |
| Binary | 100000 | 11110 | 11001 | 0 | 110 | 10110 | 1010111 | 101011 | 1100 | 1011 |
Color Harmonies of #201E19
Complementary color
Monochromatic Colors of #201E19
Black with #201E19
Text Example
Text Example
White with #201E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E19; }
p { color: rgb(32,30,25); }
H1.HeaderClassName
{
color: #201E19;
}
.AnyTagClassName
{
color: #201E19;
}
</style>
background-color css
<style>
a { background-color: #201E19; }
a { background-color: rgb(32,30,25); }
div.DivClassName
{
background-color: #201E19;
}
.BgClassName
{
background-color: #201E19;
}
</style>
border-color css
<style>
span { border-color: #201E19; }
span { border-color: rgb(32,30,25); }
td.TdClassName
{
border-color: #201E19;
}
.TagClassName
{
border-color: #201E19;
}
</style>