Shades of Maire #161003
Tints of Maire #161003
RGB
CMYK
RGB Variations
Color information
#161003 (or 0x161003) is known color: Maire. HEX triplet: 16, 10 and 03. RGB value is (22,16,3). Sum of RGB (Red+Green+Blue) = 22+16+3=41 (5% of max value = 765). Red value is 22 (8.98% from 255 or 53.66% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 22 - color contains mainly: red. Hex color #161003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161003 is #E9EFFC. Grayscale: #101010. Windows color (decimal): -15331325 or 200726. OLE color: 200726.
HSL color Cylindrical-coordinate representation of color #161003: hue angle of 41.05º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161003 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 16 | 3 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.91 |
| HSL | 41.05º | 0.76% | 0.05% | - |
| HSV(B) | 41.05º | 0.86% | 0.09% | - |
| XYZ | 0.53 | 0.55 | 0.16 | - |
| YUV | 16.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 3 | 0 | 0.27 | 0.86 | 0.91 | 41.05 | 0.76 | 0.05 |
| Hex | 16 | 10 | 3 | 0 | 1B | 56 | 5B | 29 | 4C | 5 |
| Octal | 26 | 20 | 3 | 0 | 33 | 126 | 133 | 51 | 114 | 5 |
| Binary | 10110 | 10000 | 11 | 0 | 11011 | 1010110 | 1011011 | 101001 | 1001100 | 101 |
Color Harmonies of #161003
Complementary color
Monochromatic Colors of #161003
Black with #161003
Text Example
Text Example
White with #161003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161003; }
p { color: rgb(22,16,3); }
H1.HeaderClassName
{
color: #161003;
}
.AnyTagClassName
{
color: #161003;
}
</style>
background-color css
<style>
a { background-color: #161003; }
a { background-color: rgb(22,16,3); }
div.DivClassName
{
background-color: #161003;
}
.BgClassName
{
background-color: #161003;
}
</style>
border-color css
<style>
span { border-color: #161003; }
span { border-color: rgb(22,16,3); }
td.TdClassName
{
border-color: #161003;
}
.TagClassName
{
border-color: #161003;
}
</style>