Shades of Maire #221C10
Tints of Maire #221C10
RGB
CMYK
RGB Variations
Color information
#221C10 (or 0x221C10) is known color: Maire. HEX triplet: 22, 1C and 10. RGB value is (34,28,16). Sum of RGB (Red+Green+Blue) = 34+28+16=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #221C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C10 is #DDE3EF. Grayscale: #1C1C1C. Windows color (decimal): -14541808 or 1055778. OLE color: 1055778.
HSL color Cylindrical-coordinate representation of color #221C10: hue angle of 40º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #221C10 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 28 | 16 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.87 |
| HSL | 40º | 0.36% | 0.1% | - |
| HSV(B) | 40º | 0.53% | 0.13% | - |
| XYZ | 1.17 | 1.21 | 0.66 | - |
| YUV | 28.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 16 | 0 | 0.18 | 0.53 | 0.87 | 40 | 0.36 | 0.1 |
| Hex | 22 | 1C | 10 | 0 | 12 | 35 | 57 | 28 | 24 | A |
| Octal | 42 | 34 | 20 | 0 | 22 | 65 | 127 | 50 | 44 | 12 |
| Binary | 100010 | 11100 | 10000 | 0 | 10010 | 110101 | 1010111 | 101000 | 100100 | 1010 |
Color Harmonies of #221C10
Complementary color
Monochromatic Colors of #221C10
Black with #221C10
Text Example
Text Example
White with #221C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C10; }
p { color: rgb(34,28,16); }
H1.HeaderClassName
{
color: #221C10;
}
.AnyTagClassName
{
color: #221C10;
}
</style>
background-color css
<style>
a { background-color: #221C10; }
a { background-color: rgb(34,28,16); }
div.DivClassName
{
background-color: #221C10;
}
.BgClassName
{
background-color: #221C10;
}
</style>
border-color css
<style>
span { border-color: #221C10; }
span { border-color: rgb(34,28,16); }
td.TdClassName
{
border-color: #221C10;
}
.TagClassName
{
border-color: #221C10;
}
</style>