Shades of Maire #131107
Tints of Maire #131107
RGB
CMYK
RGB Variations
Color information
#131107 (or 0x131107) is known color: Maire. HEX triplet: 13, 11 and 07. RGB value is (19,17,7). Sum of RGB (Red+Green+Blue) = 19+17+7=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #131107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131107 is #ECEEF8. Grayscale: #101010. Windows color (decimal): -15527673 or 463123. OLE color: 463123.
HSL color Cylindrical-coordinate representation of color #131107: hue angle of 50º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131107 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 17 | 7 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.93 |
| HSL | 50º | 0.46% | 0.05% | - |
| HSV(B) | 50º | 0.63% | 0.07% | - |
| XYZ | 0.51 | 0.55 | 0.28 | - |
| YUV | 16.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 7 | 0 | 0.11 | 0.63 | 0.93 | 50 | 0.46 | 0.05 |
| Hex | 13 | 11 | 7 | 0 | B | 3F | 5D | 32 | 2E | 5 |
| Octal | 23 | 21 | 7 | 0 | 13 | 77 | 135 | 62 | 56 | 5 |
| Binary | 10011 | 10001 | 111 | 0 | 1011 | 111111 | 1011101 | 110010 | 101110 | 101 |
Color Harmonies of #131107
Complementary color
Monochromatic Colors of #131107
Black with #131107
Text Example
Text Example
White with #131107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131107; }
p { color: rgb(19,17,7); }
H1.HeaderClassName
{
color: #131107;
}
.AnyTagClassName
{
color: #131107;
}
</style>
background-color css
<style>
a { background-color: #131107; }
a { background-color: rgb(19,17,7); }
div.DivClassName
{
background-color: #131107;
}
.BgClassName
{
background-color: #131107;
}
</style>
border-color css
<style>
span { border-color: #131107; }
span { border-color: rgb(19,17,7); }
td.TdClassName
{
border-color: #131107;
}
.TagClassName
{
border-color: #131107;
}
</style>