Shades of Maire #221F14
Tints of Maire #221F14
RGB
CMYK
RGB Variations
Color information
#221F14 (or 0x221F14) is known color: Maire. HEX triplet: 22, 1F and 14. RGB value is (34,31,20). Sum of RGB (Red+Green+Blue) = 34+31+20=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 34 - color contains mainly: red. Hex color #221F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F14 is #DDE0EB. Grayscale: #1E1E1E. Windows color (decimal): -14541036 or 1318690. OLE color: 1318690.
HSL color Cylindrical-coordinate representation of color #221F14: hue angle of 47.14º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #221F14 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 31 | 20 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.87 |
| HSL | 47.14º | 0.26% | 0.11% | - |
| HSV(B) | 47.14º | 0.41% | 0.13% | - |
| XYZ | 1.28 | 1.37 | 0.86 | - |
| YUV | 30.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 20 | 0 | 0.09 | 0.41 | 0.87 | 47.14 | 0.26 | 0.11 |
| Hex | 22 | 1F | 14 | 0 | 9 | 29 | 57 | 2F | 1A | B |
| Octal | 42 | 37 | 24 | 0 | 11 | 51 | 127 | 57 | 32 | 13 |
| Binary | 100010 | 11111 | 10100 | 0 | 1001 | 101001 | 1010111 | 101111 | 11010 | 1011 |
Color Harmonies of #221F14
Complementary color
Monochromatic Colors of #221F14
Black with #221F14
Text Example
Text Example
White with #221F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F14; }
p { color: rgb(34,31,20); }
H1.HeaderClassName
{
color: #221F14;
}
.AnyTagClassName
{
color: #221F14;
}
</style>
background-color css
<style>
a { background-color: #221F14; }
a { background-color: rgb(34,31,20); }
div.DivClassName
{
background-color: #221F14;
}
.BgClassName
{
background-color: #221F14;
}
</style>
border-color css
<style>
span { border-color: #221F14; }
span { border-color: rgb(34,31,20); }
td.TdClassName
{
border-color: #221F14;
}
.TagClassName
{
border-color: #221F14;
}
</style>