Shades of Maire #20200D
Tints of Maire #20200D
RGB
CMYK
RGB Variations
Color information
#20200D (or 0x20200D) is known color: Maire. HEX triplet: 20, 20 and 0D. RGB value is (32,32,13). Sum of RGB (Red+Green+Blue) = 32+32+13=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 32 - color contains mainly: red, green. Hex color #20200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20200D is #DFDFF2. Grayscale: #1D1D1D. Windows color (decimal): -14671859 or 860192. OLE color: 860192.
HSL color Cylindrical-coordinate representation of color #20200D: hue angle of 60º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20200D is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 32 | 13 | - |
| CMYK | 0 | 0 | 0.59 | 0.87 |
| HSL | 60º | 0.42% | 0.09% | - |
| HSV(B) | 60º | 0.59% | 0.13% | - |
| XYZ | 1.18 | 1.37 | 0.58 | - |
| YUV | 29.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 13 | 0 | 0 | 0.59 | 0.87 | 60 | 0.42 | 0.09 |
| Hex | 20 | 20 | D | 0 | 0 | 3B | 57 | 3C | 2A | 9 |
| Octal | 40 | 40 | 15 | 0 | 0 | 73 | 127 | 74 | 52 | 11 |
| Binary | 100000 | 100000 | 1101 | 0 | 0 | 111011 | 1010111 | 111100 | 101010 | 1001 |
Color Harmonies of #20200D
Complementary color
Monochromatic Colors of #20200D
Black with #20200D
Text Example
Text Example
White with #20200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20200D; }
p { color: rgb(32,32,13); }
H1.HeaderClassName
{
color: #20200D;
}
.AnyTagClassName
{
color: #20200D;
}
</style>
background-color css
<style>
a { background-color: #20200D; }
a { background-color: rgb(32,32,13); }
div.DivClassName
{
background-color: #20200D;
}
.BgClassName
{
background-color: #20200D;
}
</style>
border-color css
<style>
span { border-color: #20200D; }
span { border-color: rgb(32,32,13); }
td.TdClassName
{
border-color: #20200D;
}
.TagClassName
{
border-color: #20200D;
}
</style>