Shades of Maire #221C06
Tints of Maire #221C06
RGB
CMYK
RGB Variations
Color information
#221C06 (or 0x221C06) is known color: Maire. HEX triplet: 22, 1C and 06. RGB value is (34,28,6). Sum of RGB (Red+Green+Blue) = 34+28+6=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #221C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C06 is #DDE3F9. Grayscale: #1B1B1B. Windows color (decimal): -14541818 or 400418. OLE color: 400418.
HSL color Cylindrical-coordinate representation of color #221C06: hue angle of 47.14º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221C06 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 28 | 6 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.87 |
| HSL | 47.14º | 0.7% | 0.08% | - |
| HSV(B) | 47.14º | 0.82% | 0.13% | - |
| XYZ | 1.11 | 1.18 | 0.34 | - |
| YUV | 27.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 6 | 0 | 0.18 | 0.82 | 0.87 | 47.14 | 0.7 | 0.08 |
| Hex | 22 | 1C | 6 | 0 | 12 | 52 | 57 | 2F | 46 | 8 |
| Octal | 42 | 34 | 6 | 0 | 22 | 122 | 127 | 57 | 106 | 10 |
| Binary | 100010 | 11100 | 110 | 0 | 10010 | 1010010 | 1010111 | 101111 | 1000110 | 1000 |
Color Harmonies of #221C06
Complementary color
Monochromatic Colors of #221C06
Black with #221C06
Text Example
Text Example
White with #221C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C06; }
p { color: rgb(34,28,6); }
H1.HeaderClassName
{
color: #221C06;
}
.AnyTagClassName
{
color: #221C06;
}
</style>
background-color css
<style>
a { background-color: #221C06; }
a { background-color: rgb(34,28,6); }
div.DivClassName
{
background-color: #221C06;
}
.BgClassName
{
background-color: #221C06;
}
</style>
border-color css
<style>
span { border-color: #221C06; }
span { border-color: rgb(34,28,6); }
td.TdClassName
{
border-color: #221C06;
}
.TagClassName
{
border-color: #221C06;
}
</style>