Shades of Maire #221D0B
Tints of Maire #221D0B
RGB
CMYK
RGB Variations
Color information
#221D0B (or 0x221D0B) is known color: Maire. HEX triplet: 22, 1D and 0B. RGB value is (34,29,11). Sum of RGB (Red+Green+Blue) = 34+29+11=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 34 - color contains mainly: red. Hex color #221D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221D0B is #DDE2F4. Grayscale: #1C1C1C. Windows color (decimal): -14541557 or 728354. OLE color: 728354.
HSL color Cylindrical-coordinate representation of color #221D0B: hue angle of 46.96º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #221D0B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 29 | 11 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.87 |
| HSL | 46.96º | 0.51% | 0.09% | - |
| HSV(B) | 46.96º | 0.68% | 0.13% | - |
| XYZ | 1.16 | 1.24 | 0.5 | - |
| YUV | 28.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 11 | 0 | 0.15 | 0.68 | 0.87 | 46.96 | 0.51 | 0.09 |
| Hex | 22 | 1D | B | 0 | F | 44 | 57 | 2F | 33 | 9 |
| Octal | 42 | 35 | 13 | 0 | 17 | 104 | 127 | 57 | 63 | 11 |
| Binary | 100010 | 11101 | 1011 | 0 | 1111 | 1000100 | 1010111 | 101111 | 110011 | 1001 |
Color Harmonies of #221D0B
Complementary color
Monochromatic Colors of #221D0B
Black with #221D0B
Text Example
Text Example
White with #221D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D0B; }
p { color: rgb(34,29,11); }
H1.HeaderClassName
{
color: #221D0B;
}
.AnyTagClassName
{
color: #221D0B;
}
</style>
background-color css
<style>
a { background-color: #221D0B; }
a { background-color: rgb(34,29,11); }
div.DivClassName
{
background-color: #221D0B;
}
.BgClassName
{
background-color: #221D0B;
}
</style>
border-color css
<style>
span { border-color: #221D0B; }
span { border-color: rgb(34,29,11); }
td.TdClassName
{
border-color: #221D0B;
}
.TagClassName
{
border-color: #221D0B;
}
</style>