Shades of Maire #211C00
Tints of Maire #211C00
RGB
CMYK
RGB Variations
Color information
#211C00 (or 0x211C00) is known color: Maire. HEX triplet: 21, 1C and 00. RGB value is (33,28,0). Sum of RGB (Red+Green+Blue) = 33+28+0=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #211C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C00 is #DEE3FF. Grayscale: #1A1A1A. Windows color (decimal): -14607360 or 7201. OLE color: 7201.
HSL color Cylindrical-coordinate representation of color #211C00: hue angle of 50.91º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #211C00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 28 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.87 |
| HSL | 50.91º | 1% | 0.06% | - |
| HSV(B) | 50.91º | 1% | 0.13% | - |
| XYZ | 1.04 | 1.15 | 0.17 | - |
| YUV | 26.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 0 | 0 | 0.15 | 1 | 0.87 | 50.91 | 1 | 0.06 |
| Hex | 21 | 1C | 0 | 0 | F | 64 | 57 | 33 | 64 | 6 |
| Octal | 41 | 34 | 0 | 0 | 17 | 144 | 127 | 63 | 144 | 6 |
| Binary | 100001 | 11100 | 0 | 0 | 1111 | 1100100 | 1010111 | 110011 | 1100100 | 110 |
Color Harmonies of #211C00
Complementary color
Monochromatic Colors of #211C00
Black with #211C00
Text Example
Text Example
White with #211C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C00; }
p { color: rgb(33,28,0); }
H1.HeaderClassName
{
color: #211C00;
}
.AnyTagClassName
{
color: #211C00;
}
</style>
background-color css
<style>
a { background-color: #211C00; }
a { background-color: rgb(33,28,0); }
div.DivClassName
{
background-color: #211C00;
}
.BgClassName
{
background-color: #211C00;
}
</style>
border-color css
<style>
span { border-color: #211C00; }
span { border-color: rgb(33,28,0); }
td.TdClassName
{
border-color: #211C00;
}
.TagClassName
{
border-color: #211C00;
}
</style>