Shades of Maire #211B07
Tints of Maire #211B07
RGB
CMYK
RGB Variations
Color information
#211B07 (or 0x211B07) is known color: Maire. HEX triplet: 21, 1B and 07. RGB value is (33,27,7). Sum of RGB (Red+Green+Blue) = 33+27+7=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #211B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B07 is #DEE4F8. Grayscale: #1A1A1A. Windows color (decimal): -14607609 or 465697. OLE color: 465697.
HSL color Cylindrical-coordinate representation of color #211B07: hue angle of 46.15º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211B07 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 27 | 7 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.87 |
| HSL | 46.15º | 0.65% | 0.08% | - |
| HSV(B) | 46.15º | 0.79% | 0.13% | - |
| XYZ | 1.06 | 1.12 | 0.36 | - |
| YUV | 26.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 7 | 0 | 0.18 | 0.79 | 0.87 | 46.15 | 0.65 | 0.08 |
| Hex | 21 | 1B | 7 | 0 | 12 | 4F | 57 | 2E | 41 | 8 |
| Octal | 41 | 33 | 7 | 0 | 22 | 117 | 127 | 56 | 101 | 10 |
| Binary | 100001 | 11011 | 111 | 0 | 10010 | 1001111 | 1010111 | 101110 | 1000001 | 1000 |
Color Harmonies of #211B07
Complementary color
Monochromatic Colors of #211B07
Black with #211B07
Text Example
Text Example
White with #211B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B07; }
p { color: rgb(33,27,7); }
H1.HeaderClassName
{
color: #211B07;
}
.AnyTagClassName
{
color: #211B07;
}
</style>
background-color css
<style>
a { background-color: #211B07; }
a { background-color: rgb(33,27,7); }
div.DivClassName
{
background-color: #211B07;
}
.BgClassName
{
background-color: #211B07;
}
</style>
border-color css
<style>
span { border-color: #211B07; }
span { border-color: rgb(33,27,7); }
td.TdClassName
{
border-color: #211B07;
}
.TagClassName
{
border-color: #211B07;
}
</style>