Shades of Maire #221E05
Tints of Maire #221E05
RGB
CMYK
RGB Variations
Color information
#221E05 (or 0x221E05) is known color: Maire. HEX triplet: 22, 1E and 05. RGB value is (34,30,5). Sum of RGB (Red+Green+Blue) = 34+30+5=69 (9% of max value = 765). Red value is 34 (13.67% from 255 or 49.28% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 34 - color contains mainly: red. Hex color #221E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221E05 is #DDE1FA. Grayscale: #1C1C1C. Windows color (decimal): -14541307 or 335394. OLE color: 335394.
HSL color Cylindrical-coordinate representation of color #221E05: hue angle of 51.72º 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 #221E05 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 30 | 5 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.87 |
| HSL | 51.72º | 0.74% | 0.08% | - |
| HSV(B) | 51.72º | 0.85% | 0.13% | - |
| XYZ | 1.15 | 1.28 | 0.33 | - |
| YUV | 28.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 5 | 0 | 0.12 | 0.85 | 0.87 | 51.72 | 0.74 | 0.08 |
| Hex | 22 | 1E | 5 | 0 | C | 55 | 57 | 34 | 4A | 8 |
| Octal | 42 | 36 | 5 | 0 | 14 | 125 | 127 | 64 | 112 | 10 |
| Binary | 100010 | 11110 | 101 | 0 | 1100 | 1010101 | 1010111 | 110100 | 1001010 | 1000 |
Color Harmonies of #221E05
Complementary color
Monochromatic Colors of #221E05
Black with #221E05
Text Example
Text Example
White with #221E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221E05; }
p { color: rgb(34,30,5); }
H1.HeaderClassName
{
color: #221E05;
}
.AnyTagClassName
{
color: #221E05;
}
</style>
background-color css
<style>
a { background-color: #221E05; }
a { background-color: rgb(34,30,5); }
div.DivClassName
{
background-color: #221E05;
}
.BgClassName
{
background-color: #221E05;
}
</style>
border-color css
<style>
span { border-color: #221E05; }
span { border-color: rgb(34,30,5); }
td.TdClassName
{
border-color: #221E05;
}
.TagClassName
{
border-color: #221E05;
}
</style>