Shades of Maire #221F05
Tints of Maire #221F05
RGB
CMYK
RGB Variations
Color information
#221F05 (or 0x221F05) is known color: Maire. HEX triplet: 22, 1F and 05. RGB value is (34,31,5). Sum of RGB (Red+Green+Blue) = 34+31+5=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #221F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F05 is #DDE0FA. Grayscale: #1D1D1D. Windows color (decimal): -14541051 or 335650. OLE color: 335650.
HSL color Cylindrical-coordinate representation of color #221F05: hue angle of 53.79º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221F05 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 31 | 5 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.87 |
| HSL | 53.79º | 0.74% | 0.08% | - |
| HSV(B) | 53.79º | 0.85% | 0.13% | - |
| XYZ | 1.18 | 1.33 | 0.34 | - |
| YUV | 28.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 5 | 0 | 0.09 | 0.85 | 0.87 | 53.79 | 0.74 | 0.08 |
| Hex | 22 | 1F | 5 | 0 | 9 | 55 | 57 | 36 | 4A | 8 |
| Octal | 42 | 37 | 5 | 0 | 11 | 125 | 127 | 66 | 112 | 10 |
| Binary | 100010 | 11111 | 101 | 0 | 1001 | 1010101 | 1010111 | 110110 | 1001010 | 1000 |
Color Harmonies of #221F05
Complementary color
Monochromatic Colors of #221F05
Black with #221F05
Text Example
Text Example
White with #221F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F05; }
p { color: rgb(34,31,5); }
H1.HeaderClassName
{
color: #221F05;
}
.AnyTagClassName
{
color: #221F05;
}
</style>
background-color css
<style>
a { background-color: #221F05; }
a { background-color: rgb(34,31,5); }
div.DivClassName
{
background-color: #221F05;
}
.BgClassName
{
background-color: #221F05;
}
</style>
border-color css
<style>
span { border-color: #221F05; }
span { border-color: rgb(34,31,5); }
td.TdClassName
{
border-color: #221F05;
}
.TagClassName
{
border-color: #221F05;
}
</style>