Shades of Maire #221E14
Tints of Maire #221E14
RGB
CMYK
RGB Variations
Color information
#221E14 (or 0x221E14) is known color: Maire. HEX triplet: 22, 1E and 14. RGB value is (34,30,20). Sum of RGB (Red+Green+Blue) = 34+30+20=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 34 - color contains mainly: red. Hex color #221E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221E14 is #DDE1EB. Grayscale: #1E1E1E. Windows color (decimal): -14541292 or 1318434. OLE color: 1318434.
HSL color Cylindrical-coordinate representation of color #221E14: hue angle of 42.86º 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 #221E14 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 30 | 20 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.87 |
| HSL | 42.86º | 0.26% | 0.11% | - |
| HSV(B) | 42.86º | 0.41% | 0.13% | - |
| XYZ | 1.25 | 1.32 | 0.85 | - |
| YUV | 30.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 20 | 0 | 0.12 | 0.41 | 0.87 | 42.86 | 0.26 | 0.11 |
| Hex | 22 | 1E | 14 | 0 | C | 29 | 57 | 2B | 1A | B |
| Octal | 42 | 36 | 24 | 0 | 14 | 51 | 127 | 53 | 32 | 13 |
| Binary | 100010 | 11110 | 10100 | 0 | 1100 | 101001 | 1010111 | 101011 | 11010 | 1011 |
Color Harmonies of #221E14
Complementary color
Monochromatic Colors of #221E14
Black with #221E14
Text Example
Text Example
White with #221E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221E14; }
p { color: rgb(34,30,20); }
H1.HeaderClassName
{
color: #221E14;
}
.AnyTagClassName
{
color: #221E14;
}
</style>
background-color css
<style>
a { background-color: #221E14; }
a { background-color: rgb(34,30,20); }
div.DivClassName
{
background-color: #221E14;
}
.BgClassName
{
background-color: #221E14;
}
</style>
border-color css
<style>
span { border-color: #221E14; }
span { border-color: rgb(34,30,20); }
td.TdClassName
{
border-color: #221E14;
}
.TagClassName
{
border-color: #221E14;
}
</style>