Shades of Maire #201B10
Tints of Maire #201B10
RGB
CMYK
RGB Variations
Color information
#201B10 (or 0x201B10) is known color: Maire. HEX triplet: 20, 1B and 10. RGB value is (32,27,16). Sum of RGB (Red+Green+Blue) = 32+27+16=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #201B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B10 is #DFE4EF. Grayscale: #1B1B1B. Windows color (decimal): -14673136 or 1055520. OLE color: 1055520.
HSL color Cylindrical-coordinate representation of color #201B10: hue angle of 41.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201B10 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 27 | 16 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.87 |
| HSL | 41.25º | 0.33% | 0.09% | - |
| HSV(B) | 41.25º | 0.5% | 0.13% | - |
| XYZ | 1.08 | 1.13 | 0.65 | - |
| YUV | 27.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 16 | 0 | 0.16 | 0.5 | 0.87 | 41.25 | 0.33 | 0.09 |
| Hex | 20 | 1B | 10 | 0 | 10 | 32 | 57 | 29 | 21 | 9 |
| Octal | 40 | 33 | 20 | 0 | 20 | 62 | 127 | 51 | 41 | 11 |
| Binary | 100000 | 11011 | 10000 | 0 | 10000 | 110010 | 1010111 | 101001 | 100001 | 1001 |
Color Harmonies of #201B10
Complementary color
Monochromatic Colors of #201B10
Black with #201B10
Text Example
Text Example
White with #201B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B10; }
p { color: rgb(32,27,16); }
H1.HeaderClassName
{
color: #201B10;
}
.AnyTagClassName
{
color: #201B10;
}
</style>
background-color css
<style>
a { background-color: #201B10; }
a { background-color: rgb(32,27,16); }
div.DivClassName
{
background-color: #201B10;
}
.BgClassName
{
background-color: #201B10;
}
</style>
border-color css
<style>
span { border-color: #201B10; }
span { border-color: rgb(32,27,16); }
td.TdClassName
{
border-color: #201B10;
}
.TagClassName
{
border-color: #201B10;
}
</style>