Shades of Maire #13130A
Tints of Maire #13130A
RGB
CMYK
RGB Variations
Color information
#13130A (or 0x13130A) is known color: Maire. HEX triplet: 13, 13 and 0A. RGB value is (19,19,10). Sum of RGB (Red+Green+Blue) = 19+19+10=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 19 - color contains mainly: red, green. Hex color #13130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13130A is #ECECF5. Grayscale: #121212. Windows color (decimal): -15527158 or 660243. OLE color: 660243.
HSL color Cylindrical-coordinate representation of color #13130A: hue angle of 60º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #13130A is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 19 | 10 | - |
| CMYK | 0 | 0 | 0.47 | 0.93 |
| HSL | 60º | 0.31% | 0.06% | - |
| HSV(B) | 60º | 0.47% | 0.07% | - |
| XYZ | 0.56 | 0.63 | 0.38 | - |
| YUV | 17.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 10 | 0 | 0 | 0.47 | 0.93 | 60 | 0.31 | 0.06 |
| Hex | 13 | 13 | A | 0 | 0 | 2F | 5D | 3C | 1F | 6 |
| Octal | 23 | 23 | 12 | 0 | 0 | 57 | 135 | 74 | 37 | 6 |
| Binary | 10011 | 10011 | 1010 | 0 | 0 | 101111 | 1011101 | 111100 | 11111 | 110 |
Color Harmonies of #13130A
Complementary color
Monochromatic Colors of #13130A
Black with #13130A
Text Example
Text Example
White with #13130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13130A; }
p { color: rgb(19,19,10); }
H1.HeaderClassName
{
color: #13130A;
}
.AnyTagClassName
{
color: #13130A;
}
</style>
background-color css
<style>
a { background-color: #13130A; }
a { background-color: rgb(19,19,10); }
div.DivClassName
{
background-color: #13130A;
}
.BgClassName
{
background-color: #13130A;
}
</style>
border-color css
<style>
span { border-color: #13130A; }
span { border-color: rgb(19,19,10); }
td.TdClassName
{
border-color: #13130A;
}
.TagClassName
{
border-color: #13130A;
}
</style>