Shades of Maire #221E09
Tints of Maire #221E09
RGB
CMYK
RGB Variations
Color information
#221E09 (or 0x221E09) is known color: Maire. HEX triplet: 22, 1E and 09. RGB value is (34,30,9). Sum of RGB (Red+Green+Blue) = 34+30+9=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #221E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221E09 is #DDE1F6. Grayscale: #1C1C1C. Windows color (decimal): -14541303 or 597538. OLE color: 597538.
HSL color Cylindrical-coordinate representation of color #221E09: hue angle of 50.4º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221E09 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 30 | 9 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.87 |
| HSL | 50.4º | 0.58% | 0.08% | - |
| HSV(B) | 50.4º | 0.74% | 0.13% | - |
| XYZ | 1.17 | 1.29 | 0.45 | - |
| YUV | 28.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 9 | 0 | 0.12 | 0.74 | 0.87 | 50.4 | 0.58 | 0.08 |
| Hex | 22 | 1E | 9 | 0 | C | 4A | 57 | 32 | 3A | 8 |
| Octal | 42 | 36 | 11 | 0 | 14 | 112 | 127 | 62 | 72 | 10 |
| Binary | 100010 | 11110 | 1001 | 0 | 1100 | 1001010 | 1010111 | 110010 | 111010 | 1000 |
Color Harmonies of #221E09
Complementary color
Monochromatic Colors of #221E09
Black with #221E09
Text Example
Text Example
White with #221E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221E09; }
p { color: rgb(34,30,9); }
H1.HeaderClassName
{
color: #221E09;
}
.AnyTagClassName
{
color: #221E09;
}
</style>
background-color css
<style>
a { background-color: #221E09; }
a { background-color: rgb(34,30,9); }
div.DivClassName
{
background-color: #221E09;
}
.BgClassName
{
background-color: #221E09;
}
</style>
border-color css
<style>
span { border-color: #221E09; }
span { border-color: rgb(34,30,9); }
td.TdClassName
{
border-color: #221E09;
}
.TagClassName
{
border-color: #221E09;
}
</style>