Shades of Maire #211A08
Tints of Maire #211A08
RGB
CMYK
RGB Variations
Color information
#211A08 (or 0x211A08) is known color: Maire. HEX triplet: 21, 1A and 08. RGB value is (33,26,8). Sum of RGB (Red+Green+Blue) = 33+26+8=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #211A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211A08 is #DEE5F7. Grayscale: #1A1A1A. Windows color (decimal): -14607864 or 530977. OLE color: 530977.
HSL color Cylindrical-coordinate representation of color #211A08: hue angle of 43.2º 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 #211A08 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 26 | 8 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.87 |
| HSL | 43.2º | 0.61% | 0.08% | - |
| HSV(B) | 43.2º | 0.76% | 0.13% | - |
| XYZ | 1.04 | 1.08 | 0.38 | - |
| YUV | 26.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 8 | 0 | 0.21 | 0.76 | 0.87 | 43.2 | 0.61 | 0.08 |
| Hex | 21 | 1A | 8 | 0 | 15 | 4C | 57 | 2B | 3D | 8 |
| Octal | 41 | 32 | 10 | 0 | 25 | 114 | 127 | 53 | 75 | 10 |
| Binary | 100001 | 11010 | 1000 | 0 | 10101 | 1001100 | 1010111 | 101011 | 111101 | 1000 |
Color Harmonies of #211A08
Complementary color
Monochromatic Colors of #211A08
Black with #211A08
Text Example
Text Example
White with #211A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A08; }
p { color: rgb(33,26,8); }
H1.HeaderClassName
{
color: #211A08;
}
.AnyTagClassName
{
color: #211A08;
}
</style>
background-color css
<style>
a { background-color: #211A08; }
a { background-color: rgb(33,26,8); }
div.DivClassName
{
background-color: #211A08;
}
.BgClassName
{
background-color: #211A08;
}
</style>
border-color css
<style>
span { border-color: #211A08; }
span { border-color: rgb(33,26,8); }
td.TdClassName
{
border-color: #211A08;
}
.TagClassName
{
border-color: #211A08;
}
</style>