Shades of Maire #13130D
Tints of Maire #13130D
RGB
CMYK
RGB Variations
Color information
#13130D (or 0x13130D) is known color: Maire. HEX triplet: 13, 13 and 0D. RGB value is (19,19,13). Sum of RGB (Red+Green+Blue) = 19+19+13=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 19 - color contains mainly: red, green. Hex color #13130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13130D is #ECECF2. Grayscale: #121212. Windows color (decimal): -15527155 or 856851. OLE color: 856851.
HSL color Cylindrical-coordinate representation of color #13130D: hue angle of 60º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #13130D is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 19 | 13 | - |
| CMYK | 0 | 0 | 0.32 | 0.93 |
| HSL | 60º | 0.19% | 0.06% | - |
| HSV(B) | 60º | 0.32% | 0.07% | - |
| XYZ | 0.57 | 0.63 | 0.47 | - |
| YUV | 18.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 13 | 0 | 0 | 0.32 | 0.93 | 60 | 0.19 | 0.06 |
| Hex | 13 | 13 | D | 0 | 0 | 20 | 5D | 3C | 13 | 6 |
| Octal | 23 | 23 | 15 | 0 | 0 | 40 | 135 | 74 | 23 | 6 |
| Binary | 10011 | 10011 | 1101 | 0 | 0 | 100000 | 1011101 | 111100 | 10011 | 110 |
Color Harmonies of #13130D
Complementary color
Monochromatic Colors of #13130D
Black with #13130D
Text Example
Text Example
White with #13130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13130D; }
p { color: rgb(19,19,13); }
H1.HeaderClassName
{
color: #13130D;
}
.AnyTagClassName
{
color: #13130D;
}
</style>
background-color css
<style>
a { background-color: #13130D; }
a { background-color: rgb(19,19,13); }
div.DivClassName
{
background-color: #13130D;
}
.BgClassName
{
background-color: #13130D;
}
</style>
border-color css
<style>
span { border-color: #13130D; }
span { border-color: rgb(19,19,13); }
td.TdClassName
{
border-color: #13130D;
}
.TagClassName
{
border-color: #13130D;
}
</style>