Shades of Maire #20201A
Tints of Maire #20201A
RGB
CMYK
RGB Variations
Color information
#20201A (or 0x20201A) is known color: Maire. HEX triplet: 20, 20 and 1A. RGB value is (32,32,26). Sum of RGB (Red+Green+Blue) = 32+32+26=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 32 - color contains mainly: red, green. Hex color #20201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20201A is #DFDFE5. Grayscale: #1F1F1F. Windows color (decimal): -14671846 or 1712160. OLE color: 1712160.
HSL color Cylindrical-coordinate representation of color #20201A: hue angle of 60º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #20201A is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 32 | 26 | - |
CMYK | 0 | 0 | 0.19 | 0.87 |
HSL | 60º | 0.1% | 0.11% | - |
HSV(B) | 60º | 0.19% | 0.13% | - |
XYZ | 1.3 | 1.41 | 1.18 | - |
YUV | 31.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 32 | 26 | 0 | 0 | 0.19 | 0.87 | 60 | 0.1 | 0.11 |
Hex | 20 | 20 | 1A | 0 | 0 | 13 | 57 | 3C | A | B |
Octal | 40 | 40 | 32 | 0 | 0 | 23 | 127 | 74 | 12 | 13 |
Binary | 100000 | 100000 | 11010 | 0 | 0 | 10011 | 1010111 | 111100 | 1010 | 1011 |
Color Harmonies of #20201A
Complementary color
Monochromatic Colors of #20201A
Black with #20201A
Text Example
Text Example
White with #20201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20201A; }
p { color: rgb(32,32,26); }
H1.HeaderClassName
{
color: #20201A;
}
.AnyTagClassName
{
color: #20201A;
}
</style>
background-color css
<style>
a { background-color: #20201A; }
a { background-color: rgb(32,32,26); }
div.DivClassName
{
background-color: #20201A;
}
.BgClassName
{
background-color: #20201A;
}
</style>
border-color css
<style>
span { border-color: #20201A; }
span { border-color: rgb(32,32,26); }
td.TdClassName
{
border-color: #20201A;
}
.TagClassName
{
border-color: #20201A;
}
</style>