Shades of Maire #221F19
Tints of Maire #221F19
RGB
CMYK
RGB Variations
Color information
#221F19 (or 0x221F19) is known color: Maire. HEX triplet: 22, 1F and 19. RGB value is (34,31,25). Sum of RGB (Red+Green+Blue) = 34+31+25=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 34 - color contains mainly: red. Hex color #221F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F19 is #DDE0E6. Grayscale: #1F1F1F. Windows color (decimal): -14541031 or 1646370. OLE color: 1646370.
HSL color Cylindrical-coordinate representation of color #221F19: hue angle of 40º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #221F19 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 31 | 25 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.87 |
| HSL | 40º | 0.15% | 0.12% | - |
| HSV(B) | 40º | 0.26% | 0.13% | - |
| XYZ | 1.33 | 1.39 | 1.12 | - |
| YUV | 31.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 25 | 0 | 0.09 | 0.26 | 0.87 | 40 | 0.15 | 0.12 |
| Hex | 22 | 1F | 19 | 0 | 9 | 1A | 57 | 28 | F | C |
| Octal | 42 | 37 | 31 | 0 | 11 | 32 | 127 | 50 | 17 | 14 |
| Binary | 100010 | 11111 | 11001 | 0 | 1001 | 11010 | 1010111 | 101000 | 1111 | 1100 |
Color Harmonies of #221F19
Complementary color
Monochromatic Colors of #221F19
Black with #221F19
Text Example
Text Example
White with #221F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F19; }
p { color: rgb(34,31,25); }
H1.HeaderClassName
{
color: #221F19;
}
.AnyTagClassName
{
color: #221F19;
}
</style>
background-color css
<style>
a { background-color: #221F19; }
a { background-color: rgb(34,31,25); }
div.DivClassName
{
background-color: #221F19;
}
.BgClassName
{
background-color: #221F19;
}
</style>
border-color css
<style>
span { border-color: #221F19; }
span { border-color: rgb(34,31,25); }
td.TdClassName
{
border-color: #221F19;
}
.TagClassName
{
border-color: #221F19;
}
</style>