Shades of Maire #13120E
Tints of Maire #13120E
RGB
CMYK
RGB Variations
Color information
#13120E (or 0x13120E) is known color: Maire. HEX triplet: 13, 12 and 0E. RGB value is (19,18,14). Sum of RGB (Red+Green+Blue) = 19+18+14=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 19 - color contains mainly: red. Hex color #13120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13120E is #ECEDF1. Grayscale: #111111. Windows color (decimal): -15527410 or 922131. OLE color: 922131.
HSL color Cylindrical-coordinate representation of color #13120E: hue angle of 48º 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 #13120E is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 18 | 14 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.93 |
| HSL | 48º | 0.15% | 0.06% | - |
| HSV(B) | 48º | 0.26% | 0.07% | - |
| XYZ | 0.56 | 0.6 | 0.5 | - |
| YUV | 17.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 14 | 0 | 0.05 | 0.26 | 0.93 | 48 | 0.15 | 0.06 |
| Hex | 13 | 12 | E | 0 | 5 | 1A | 5D | 30 | F | 6 |
| Octal | 23 | 22 | 16 | 0 | 5 | 32 | 135 | 60 | 17 | 6 |
| Binary | 10011 | 10010 | 1110 | 0 | 101 | 11010 | 1011101 | 110000 | 1111 | 110 |
Color Harmonies of #13120E
Complementary color
Monochromatic Colors of #13120E
Black with #13120E
Text Example
Text Example
White with #13120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13120E; }
p { color: rgb(19,18,14); }
H1.HeaderClassName
{
color: #13120E;
}
.AnyTagClassName
{
color: #13120E;
}
</style>
background-color css
<style>
a { background-color: #13120E; }
a { background-color: rgb(19,18,14); }
div.DivClassName
{
background-color: #13120E;
}
.BgClassName
{
background-color: #13120E;
}
</style>
border-color css
<style>
span { border-color: #13120E; }
span { border-color: rgb(19,18,14); }
td.TdClassName
{
border-color: #13120E;
}
.TagClassName
{
border-color: #13120E;
}
</style>