Shades of Maire #13130E
Tints of Maire #13130E
RGB
CMYK
RGB Variations
Color information
#13130E (or 0x13130E) is known color: Maire. HEX triplet: 13, 13 and 0E. RGB value is (19,19,14). Sum of RGB (Red+Green+Blue) = 19+19+14=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 19 - color contains mainly: red, green. Hex color #13130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13130E is #ECECF1. Grayscale: #121212. Windows color (decimal): -15527154 or 922387. OLE color: 922387.
HSL color Cylindrical-coordinate representation of color #13130E: hue angle of 60º degrees, saturation: 0.15, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #13130E is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
RGB | 19 | 19 | 14 | - |
CMYK | 0 | 0 | 0.26 | 0.93 |
HSL | 60º | 0.15% | 0.06% | - |
HSV(B) | 60º | 0.26% | 0.07% | - |
XYZ | 0.58 | 0.64 | 0.51 | - |
YUV | 18.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 19 | 14 | 0 | 0 | 0.26 | 0.93 | 60 | 0.15 | 0.06 |
Hex | 13 | 13 | E | 0 | 0 | 1A | 5D | 3C | F | 6 |
Octal | 23 | 23 | 16 | 0 | 0 | 32 | 135 | 74 | 17 | 6 |
Binary | 10011 | 10011 | 1110 | 0 | 0 | 11010 | 1011101 | 111100 | 1111 | 110 |
Color Harmonies of #13130E
Complementary color
Monochromatic Colors of #13130E
Black with #13130E
Text Example
Text Example
White with #13130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13130E; }
p { color: rgb(19,19,14); }
H1.HeaderClassName
{
color: #13130E;
}
.AnyTagClassName
{
color: #13130E;
}
</style>
background-color css
<style>
a { background-color: #13130E; }
a { background-color: rgb(19,19,14); }
div.DivClassName
{
background-color: #13130E;
}
.BgClassName
{
background-color: #13130E;
}
</style>
border-color css
<style>
span { border-color: #13130E; }
span { border-color: rgb(19,19,14); }
td.TdClassName
{
border-color: #13130E;
}
.TagClassName
{
border-color: #13130E;
}
</style>