Shades of Maire #161204
Tints of Maire #161204
RGB
CMYK
RGB Variations
Color information
#161204 (or 0x161204) is known color: Maire. HEX triplet: 16, 12 and 04. RGB value is (22,18,4). Sum of RGB (Red+Green+Blue) = 22+18+4=44 (5% of max value = 765). Red value is 22 (8.98% from 255 or 50% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 22 - color contains mainly: red. Hex color #161204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161204 is #E9EDFB. Grayscale: #111111. Windows color (decimal): -15330812 or 266774. OLE color: 266774.
HSL color Cylindrical-coordinate representation of color #161204: hue angle of 46.67º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #161204 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 18 | 4 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.91 |
| HSL | 46.67º | 0.69% | 0.05% | - |
| HSV(B) | 46.67º | 0.82% | 0.09% | - |
| XYZ | 0.57 | 0.61 | 0.2 | - |
| YUV | 17.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 4 | 0 | 0.18 | 0.82 | 0.91 | 46.67 | 0.69 | 0.05 |
| Hex | 16 | 12 | 4 | 0 | 12 | 52 | 5B | 2F | 45 | 5 |
| Octal | 26 | 22 | 4 | 0 | 22 | 122 | 133 | 57 | 105 | 5 |
| Binary | 10110 | 10010 | 100 | 0 | 10010 | 1010010 | 1011011 | 101111 | 1000101 | 101 |
Color Harmonies of #161204
Complementary color
Monochromatic Colors of #161204
Black with #161204
Text Example
Text Example
White with #161204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161204; }
p { color: rgb(22,18,4); }
H1.HeaderClassName
{
color: #161204;
}
.AnyTagClassName
{
color: #161204;
}
</style>
background-color css
<style>
a { background-color: #161204; }
a { background-color: rgb(22,18,4); }
div.DivClassName
{
background-color: #161204;
}
.BgClassName
{
background-color: #161204;
}
</style>
border-color css
<style>
span { border-color: #161204; }
span { border-color: rgb(22,18,4); }
td.TdClassName
{
border-color: #161204;
}
.TagClassName
{
border-color: #161204;
}
</style>