Shades of Maire #131304
Tints of Maire #131304
RGB
CMYK
RGB Variations
Color information
#131304 (or 0x131304) is known color: Maire. HEX triplet: 13, 13 and 04. RGB value is (19,19,4). Sum of RGB (Red+Green+Blue) = 19+19+4=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131304 is #ECECFB. Grayscale: #111111. Windows color (decimal): -15527164 or 267027. OLE color: 267027.
HSL color Cylindrical-coordinate representation of color #131304: hue angle of 60º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131304 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 19 | 4 | - |
| CMYK | 0 | 0 | 0.79 | 0.93 |
| HSL | 60º | 0.65% | 0.05% | - |
| HSV(B) | 60º | 0.79% | 0.07% | - |
| XYZ | 0.52 | 0.61 | 0.21 | - |
| YUV | 17.29 | 120.5 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 4 | 0 | 0 | 0.79 | 0.93 | 60 | 0.65 | 0.05 |
| Hex | 13 | 13 | 4 | 0 | 0 | 4F | 5D | 3C | 41 | 5 |
| Octal | 23 | 23 | 4 | 0 | 0 | 117 | 135 | 74 | 101 | 5 |
| Binary | 10011 | 10011 | 100 | 0 | 0 | 1001111 | 1011101 | 111100 | 1000001 | 101 |
Color Harmonies of #131304
Complementary color
Monochromatic Colors of #131304
Black with #131304
Text Example
Text Example
White with #131304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131304; }
p { color: rgb(19,19,4); }
H1.HeaderClassName
{
color: #131304;
}
.AnyTagClassName
{
color: #131304;
}
</style>
background-color css
<style>
a { background-color: #131304; }
a { background-color: rgb(19,19,4); }
div.DivClassName
{
background-color: #131304;
}
.BgClassName
{
background-color: #131304;
}
</style>
border-color css
<style>
span { border-color: #131304; }
span { border-color: rgb(19,19,4); }
td.TdClassName
{
border-color: #131304;
}
.TagClassName
{
border-color: #131304;
}
</style>