Shades of Maire #20210C
Tints of Maire #20210C
RGB
CMYK
RGB Variations
Color information
#20210C (or 0x20210C) is known color: Maire. HEX triplet: 20, 21 and 0C. RGB value is (32,33,12). Sum of RGB (Red+Green+Blue) = 32+33+12=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 33 - color contains mainly: green. Hex color #20210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20210C is #DFDEF3. Grayscale: #1E1E1E. Windows color (decimal): -14671604 or 794912. OLE color: 794912.
HSL color Cylindrical-coordinate representation of color #20210C: hue angle of 62.86º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20210C is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 33 | 12 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.87 |
| HSL | 62.86º | 0.47% | 0.09% | - |
| HSV(B) | 62.86º | 0.64% | 0.13% | - |
| XYZ | 1.21 | 1.42 | 0.56 | - |
| YUV | 30.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 12 | 0.03 | 0 | 0.64 | 0.87 | 62.86 | 0.47 | 0.09 |
| Hex | 20 | 21 | C | 3 | 0 | 40 | 57 | 3F | 2F | 9 |
| Octal | 40 | 41 | 14 | 3 | 0 | 100 | 127 | 77 | 57 | 11 |
| Binary | 100000 | 100001 | 1100 | 11 | 0 | 1000000 | 1010111 | 111111 | 101111 | 1001 |
Color Harmonies of #20210C
Complementary color
Monochromatic Colors of #20210C
Black with #20210C
Text Example
Text Example
White with #20210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20210C; }
p { color: rgb(32,33,12); }
H1.HeaderClassName
{
color: #20210C;
}
.AnyTagClassName
{
color: #20210C;
}
</style>
background-color css
<style>
a { background-color: #20210C; }
a { background-color: rgb(32,33,12); }
div.DivClassName
{
background-color: #20210C;
}
.BgClassName
{
background-color: #20210C;
}
</style>
border-color css
<style>
span { border-color: #20210C; }
span { border-color: rgb(32,33,12); }
td.TdClassName
{
border-color: #20210C;
}
.TagClassName
{
border-color: #20210C;
}
</style>