Shades of Maire #221D12
Tints of Maire #221D12
RGB
CMYK
RGB Variations
Color information
#221D12 (or 0x221D12) is known color: Maire. HEX triplet: 22, 1D and 12. RGB value is (34,29,18). Sum of RGB (Red+Green+Blue) = 34+29+18=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 34 - color contains mainly: red. Hex color #221D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221D12 is #DDE2ED. Grayscale: #1D1D1D. Windows color (decimal): -14541550 or 1187106. OLE color: 1187106.
HSL color Cylindrical-coordinate representation of color #221D12: hue angle of 41.25º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #221D12 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 29 | 18 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.87 |
| HSL | 41.25º | 0.31% | 0.1% | - |
| HSV(B) | 41.25º | 0.47% | 0.13% | - |
| XYZ | 1.21 | 1.26 | 0.75 | - |
| YUV | 29.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 18 | 0 | 0.15 | 0.47 | 0.87 | 41.25 | 0.31 | 0.1 |
| Hex | 22 | 1D | 12 | 0 | F | 2F | 57 | 29 | 1F | A |
| Octal | 42 | 35 | 22 | 0 | 17 | 57 | 127 | 51 | 37 | 12 |
| Binary | 100010 | 11101 | 10010 | 0 | 1111 | 101111 | 1010111 | 101001 | 11111 | 1010 |
Color Harmonies of #221D12
Complementary color
Monochromatic Colors of #221D12
Black with #221D12
Text Example
Text Example
White with #221D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D12; }
p { color: rgb(34,29,18); }
H1.HeaderClassName
{
color: #221D12;
}
.AnyTagClassName
{
color: #221D12;
}
</style>
background-color css
<style>
a { background-color: #221D12; }
a { background-color: rgb(34,29,18); }
div.DivClassName
{
background-color: #221D12;
}
.BgClassName
{
background-color: #221D12;
}
</style>
border-color css
<style>
span { border-color: #221D12; }
span { border-color: rgb(34,29,18); }
td.TdClassName
{
border-color: #221D12;
}
.TagClassName
{
border-color: #221D12;
}
</style>