Shades of Maire #211B08
Tints of Maire #211B08
RGB
CMYK
RGB Variations
Color information
#211B08 (or 0x211B08) is known color: Maire. HEX triplet: 21, 1B and 08. RGB value is (33,27,8). Sum of RGB (Red+Green+Blue) = 33+27+8=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #211B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B08 is #DEE4F7. Grayscale: #1A1A1A. Windows color (decimal): -14607608 or 531233. OLE color: 531233.
HSL color Cylindrical-coordinate representation of color #211B08: hue angle of 45.6º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211B08 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 27 | 8 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.87 |
| HSL | 45.6º | 0.61% | 0.08% | - |
| HSV(B) | 45.6º | 0.76% | 0.13% | - |
| XYZ | 1.06 | 1.12 | 0.39 | - |
| YUV | 26.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 8 | 0 | 0.18 | 0.76 | 0.87 | 45.6 | 0.61 | 0.08 |
| Hex | 21 | 1B | 8 | 0 | 12 | 4C | 57 | 2E | 3D | 8 |
| Octal | 41 | 33 | 10 | 0 | 22 | 114 | 127 | 56 | 75 | 10 |
| Binary | 100001 | 11011 | 1000 | 0 | 10010 | 1001100 | 1010111 | 101110 | 111101 | 1000 |
Color Harmonies of #211B08
Complementary color
Monochromatic Colors of #211B08
Black with #211B08
Text Example
Text Example
White with #211B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B08; }
p { color: rgb(33,27,8); }
H1.HeaderClassName
{
color: #211B08;
}
.AnyTagClassName
{
color: #211B08;
}
</style>
background-color css
<style>
a { background-color: #211B08; }
a { background-color: rgb(33,27,8); }
div.DivClassName
{
background-color: #211B08;
}
.BgClassName
{
background-color: #211B08;
}
</style>
border-color css
<style>
span { border-color: #211B08; }
span { border-color: rgb(33,27,8); }
td.TdClassName
{
border-color: #211B08;
}
.TagClassName
{
border-color: #211B08;
}
</style>