Shades of Maire #211B05
Tints of Maire #211B05
RGB
CMYK
RGB Variations
Color information
#211B05 (or 0x211B05) is known color: Maire. HEX triplet: 21, 1B and 05. RGB value is (33,27,5). Sum of RGB (Red+Green+Blue) = 33+27+5=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #211B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B05 is #DEE4FA. Grayscale: #1A1A1A. Windows color (decimal): -14607611 or 334625. OLE color: 334625.
HSL color Cylindrical-coordinate representation of color #211B05: hue angle of 47.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211B05 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 27 | 5 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.87 |
| HSL | 47.14º | 0.74% | 0.07% | - |
| HSV(B) | 47.14º | 0.85% | 0.13% | - |
| XYZ | 1.05 | 1.12 | 0.3 | - |
| YUV | 26.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 5 | 0 | 0.18 | 0.85 | 0.87 | 47.14 | 0.74 | 0.07 |
| Hex | 21 | 1B | 5 | 0 | 12 | 55 | 57 | 2F | 4A | 7 |
| Octal | 41 | 33 | 5 | 0 | 22 | 125 | 127 | 57 | 112 | 7 |
| Binary | 100001 | 11011 | 101 | 0 | 10010 | 1010101 | 1010111 | 101111 | 1001010 | 111 |
Color Harmonies of #211B05
Complementary color
Monochromatic Colors of #211B05
Black with #211B05
Text Example
Text Example
White with #211B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B05; }
p { color: rgb(33,27,5); }
H1.HeaderClassName
{
color: #211B05;
}
.AnyTagClassName
{
color: #211B05;
}
</style>
background-color css
<style>
a { background-color: #211B05; }
a { background-color: rgb(33,27,5); }
div.DivClassName
{
background-color: #211B05;
}
.BgClassName
{
background-color: #211B05;
}
</style>
border-color css
<style>
span { border-color: #211B05; }
span { border-color: rgb(33,27,5); }
td.TdClassName
{
border-color: #211B05;
}
.TagClassName
{
border-color: #211B05;
}
</style>