Shades of Maire #211F01
Tints of Maire #211F01
RGB
CMYK
RGB Variations
Color information
#211F01 (or 0x211F01) is known color: Maire. HEX triplet: 21, 1F and 01. RGB value is (33,31,1). Sum of RGB (Red+Green+Blue) = 33+31+1=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #211F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F01 is #DEE0FE. Grayscale: #1C1C1C. Windows color (decimal): -14606591 or 73505. OLE color: 73505.
HSL color Cylindrical-coordinate representation of color #211F01: hue angle of 56.25º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #211F01 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 31 | 1 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.87 |
| HSL | 56.25º | 0.94% | 0.07% | - |
| HSV(B) | 56.25º | 0.97% | 0.13% | - |
| XYZ | 1.12 | 1.31 | 0.22 | - |
| YUV | 28.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 1 | 0 | 0.06 | 0.97 | 0.87 | 56.25 | 0.94 | 0.07 |
| Hex | 21 | 1F | 1 | 0 | 6 | 61 | 57 | 38 | 5E | 7 |
| Octal | 41 | 37 | 1 | 0 | 6 | 141 | 127 | 70 | 136 | 7 |
| Binary | 100001 | 11111 | 1 | 0 | 110 | 1100001 | 1010111 | 111000 | 1011110 | 111 |
Color Harmonies of #211F01
Complementary color
Monochromatic Colors of #211F01
Black with #211F01
Text Example
Text Example
White with #211F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F01; }
p { color: rgb(33,31,1); }
H1.HeaderClassName
{
color: #211F01;
}
.AnyTagClassName
{
color: #211F01;
}
</style>
background-color css
<style>
a { background-color: #211F01; }
a { background-color: rgb(33,31,1); }
div.DivClassName
{
background-color: #211F01;
}
.BgClassName
{
background-color: #211F01;
}
</style>
border-color css
<style>
span { border-color: #211F01; }
span { border-color: rgb(33,31,1); }
td.TdClassName
{
border-color: #211F01;
}
.TagClassName
{
border-color: #211F01;
}
</style>