Shades of Maire #211B0B
Tints of Maire #211B0B
RGB
CMYK
RGB Variations
Color information
#211B0B (or 0x211B0B) is known color: Maire. HEX triplet: 21, 1B and 0B. RGB value is (33,27,11). Sum of RGB (Red+Green+Blue) = 33+27+11=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #211B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B0B is #DEE4F4. Grayscale: #1B1B1B. Windows color (decimal): -14607605 or 727841. OLE color: 727841.
HSL color Cylindrical-coordinate representation of color #211B0B: hue angle of 43.64º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211B0B is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 27 | 11 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.87 |
| HSL | 43.64º | 0.5% | 0.09% | - |
| HSV(B) | 43.64º | 0.67% | 0.13% | - |
| XYZ | 1.08 | 1.13 | 0.48 | - |
| YUV | 26.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 11 | 0 | 0.18 | 0.67 | 0.87 | 43.64 | 0.5 | 0.09 |
| Hex | 21 | 1B | B | 0 | 12 | 43 | 57 | 2C | 32 | 9 |
| Octal | 41 | 33 | 13 | 0 | 22 | 103 | 127 | 54 | 62 | 11 |
| Binary | 100001 | 11011 | 1011 | 0 | 10010 | 1000011 | 1010111 | 101100 | 110010 | 1001 |
Color Harmonies of #211B0B
Complementary color
Monochromatic Colors of #211B0B
Black with #211B0B
Text Example
Text Example
White with #211B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B0B; }
p { color: rgb(33,27,11); }
H1.HeaderClassName
{
color: #211B0B;
}
.AnyTagClassName
{
color: #211B0B;
}
</style>
background-color css
<style>
a { background-color: #211B0B; }
a { background-color: rgb(33,27,11); }
div.DivClassName
{
background-color: #211B0B;
}
.BgClassName
{
background-color: #211B0B;
}
</style>
border-color css
<style>
span { border-color: #211B0B; }
span { border-color: rgb(33,27,11); }
td.TdClassName
{
border-color: #211B0B;
}
.TagClassName
{
border-color: #211B0B;
}
</style>