Shades of Maire #131105
Tints of Maire #131105
RGB
CMYK
RGB Variations
Color information
#131105 (or 0x131105) is known color: Maire. HEX triplet: 13, 11 and 05. RGB value is (19,17,5). Sum of RGB (Red+Green+Blue) = 19+17+5=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #131105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131105 is #ECEEFA. Grayscale: #101010. Windows color (decimal): -15527675 or 332051. OLE color: 332051.
HSL color Cylindrical-coordinate representation of color #131105: hue angle of 51.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131105 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 17 | 5 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.93 |
| HSL | 51.43º | 0.58% | 0.05% | - |
| HSV(B) | 51.43º | 0.74% | 0.07% | - |
| XYZ | 0.5 | 0.55 | 0.22 | - |
| YUV | 16.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 5 | 0 | 0.11 | 0.74 | 0.93 | 51.43 | 0.58 | 0.05 |
| Hex | 13 | 11 | 5 | 0 | B | 4A | 5D | 33 | 3A | 5 |
| Octal | 23 | 21 | 5 | 0 | 13 | 112 | 135 | 63 | 72 | 5 |
| Binary | 10011 | 10001 | 101 | 0 | 1011 | 1001010 | 1011101 | 110011 | 111010 | 101 |
Color Harmonies of #131105
Complementary color
Monochromatic Colors of #131105
Black with #131105
Text Example
Text Example
White with #131105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131105; }
p { color: rgb(19,17,5); }
H1.HeaderClassName
{
color: #131105;
}
.AnyTagClassName
{
color: #131105;
}
</style>
background-color css
<style>
a { background-color: #131105; }
a { background-color: rgb(19,17,5); }
div.DivClassName
{
background-color: #131105;
}
.BgClassName
{
background-color: #131105;
}
</style>
border-color css
<style>
span { border-color: #131105; }
span { border-color: rgb(19,17,5); }
td.TdClassName
{
border-color: #131105;
}
.TagClassName
{
border-color: #131105;
}
</style>