Shades of Maire #221901
Tints of Maire #221901
RGB
CMYK
RGB Variations
Color information
#221901 (or 0x221901) is known color: Maire. HEX triplet: 22, 19 and 01. RGB value is (34,25,1). Sum of RGB (Red+Green+Blue) = 34+25+1=60 (7% of max value = 765). Red value is 34 (13.67% from 255 or 56.67% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 34 - color contains mainly: red. Hex color #221901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221901 is #DDE6FE. Grayscale: #191919. Windows color (decimal): -14542591 or 71970. OLE color: 71970.
HSL color Cylindrical-coordinate representation of color #221901: hue angle of 43.64º 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 #221901 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 25 | 1 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.87 |
| HSL | 43.64º | 0.94% | 0.07% | - |
| HSV(B) | 43.64º | 0.97% | 0.13% | - |
| XYZ | 1.01 | 1.04 | 0.18 | - |
| YUV | 24.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 1 | 0 | 0.26 | 0.97 | 0.87 | 43.64 | 0.94 | 0.07 |
| Hex | 22 | 19 | 1 | 0 | 1A | 61 | 57 | 2C | 5E | 7 |
| Octal | 42 | 31 | 1 | 0 | 32 | 141 | 127 | 54 | 136 | 7 |
| Binary | 100010 | 11001 | 1 | 0 | 11010 | 1100001 | 1010111 | 101100 | 1011110 | 111 |
Color Harmonies of #221901
Complementary color
Monochromatic Colors of #221901
Black with #221901
Text Example
Text Example
White with #221901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221901; }
p { color: rgb(34,25,1); }
H1.HeaderClassName
{
color: #221901;
}
.AnyTagClassName
{
color: #221901;
}
</style>
background-color css
<style>
a { background-color: #221901; }
a { background-color: rgb(34,25,1); }
div.DivClassName
{
background-color: #221901;
}
.BgClassName
{
background-color: #221901;
}
</style>
border-color css
<style>
span { border-color: #221901; }
span { border-color: rgb(34,25,1); }
td.TdClassName
{
border-color: #221901;
}
.TagClassName
{
border-color: #221901;
}
</style>