Shades of Maire #201D03
Tints of Maire #201D03
RGB
CMYK
RGB Variations
Color information
#201D03 (or 0x201D03) is known color: Maire. HEX triplet: 20, 1D and 03. RGB value is (32,29,3). Sum of RGB (Red+Green+Blue) = 32+29+3=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #201D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D03 is #DFE2FC. Grayscale: #1B1B1B. Windows color (decimal): -14672637 or 204064. OLE color: 204064.
HSL color Cylindrical-coordinate representation of color #201D03: hue angle of 53.79º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #201D03 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 29 | 3 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.87 |
| HSL | 53.79º | 0.83% | 0.07% | - |
| HSV(B) | 53.79º | 0.91% | 0.13% | - |
| XYZ | 1.05 | 1.19 | 0.26 | - |
| YUV | 26.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 3 | 0 | 0.09 | 0.91 | 0.87 | 53.79 | 0.83 | 0.07 |
| Hex | 20 | 1D | 3 | 0 | 9 | 5B | 57 | 36 | 53 | 7 |
| Octal | 40 | 35 | 3 | 0 | 11 | 133 | 127 | 66 | 123 | 7 |
| Binary | 100000 | 11101 | 11 | 0 | 1001 | 1011011 | 1010111 | 110110 | 1010011 | 111 |
Color Harmonies of #201D03
Complementary color
Monochromatic Colors of #201D03
Black with #201D03
Text Example
Text Example
White with #201D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D03; }
p { color: rgb(32,29,3); }
H1.HeaderClassName
{
color: #201D03;
}
.AnyTagClassName
{
color: #201D03;
}
</style>
background-color css
<style>
a { background-color: #201D03; }
a { background-color: rgb(32,29,3); }
div.DivClassName
{
background-color: #201D03;
}
.BgClassName
{
background-color: #201D03;
}
</style>
border-color css
<style>
span { border-color: #201D03; }
span { border-color: rgb(32,29,3); }
td.TdClassName
{
border-color: #201D03;
}
.TagClassName
{
border-color: #201D03;
}
</style>