Shades of Maire #211D03
Tints of Maire #211D03
RGB
CMYK
RGB Variations
Color information
#211D03 (or 0x211D03) is known color: Maire. HEX triplet: 21, 1D and 03. RGB value is (33,29,3). Sum of RGB (Red+Green+Blue) = 33+29+3=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 3 (1.56% from 255 or 4.62% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #211D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D03 is #DEE2FC. Grayscale: #1B1B1B. Windows color (decimal): -14607101 or 204065. OLE color: 204065.
HSL color Cylindrical-coordinate representation of color #211D03: hue angle of 52º 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 #211D03 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 29 | 3 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.87 |
| HSL | 52º | 0.83% | 0.07% | - |
| HSV(B) | 52º | 0.91% | 0.13% | - |
| XYZ | 1.08 | 1.21 | 0.26 | - |
| YUV | 27.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 3 | 0 | 0.12 | 0.91 | 0.87 | 52 | 0.83 | 0.07 |
| Hex | 21 | 1D | 3 | 0 | C | 5B | 57 | 34 | 53 | 7 |
| Octal | 41 | 35 | 3 | 0 | 14 | 133 | 127 | 64 | 123 | 7 |
| Binary | 100001 | 11101 | 11 | 0 | 1100 | 1011011 | 1010111 | 110100 | 1010011 | 111 |
Color Harmonies of #211D03
Complementary color
Monochromatic Colors of #211D03
Black with #211D03
Text Example
Text Example
White with #211D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D03; }
p { color: rgb(33,29,3); }
H1.HeaderClassName
{
color: #211D03;
}
.AnyTagClassName
{
color: #211D03;
}
</style>
background-color css
<style>
a { background-color: #211D03; }
a { background-color: rgb(33,29,3); }
div.DivClassName
{
background-color: #211D03;
}
.BgClassName
{
background-color: #211D03;
}
</style>
border-color css
<style>
span { border-color: #211D03; }
span { border-color: rgb(33,29,3); }
td.TdClassName
{
border-color: #211D03;
}
.TagClassName
{
border-color: #211D03;
}
</style>