Shades of Maire #131207
Tints of Maire #131207
RGB
CMYK
RGB Variations
Color information
#131207 (or 0x131207) is known color: Maire. HEX triplet: 13, 12 and 07. RGB value is (19,18,7). Sum of RGB (Red+Green+Blue) = 19+18+7=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #131207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131207 is #ECEDF8. Grayscale: #111111. Windows color (decimal): -15527417 or 463379. OLE color: 463379.
HSL color Cylindrical-coordinate representation of color #131207: hue angle of 55º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131207 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 18 | 7 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.93 |
| HSL | 55º | 0.46% | 0.05% | - |
| HSV(B) | 55º | 0.63% | 0.07% | - |
| XYZ | 0.52 | 0.59 | 0.29 | - |
| YUV | 17.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 7 | 0 | 0.05 | 0.63 | 0.93 | 55 | 0.46 | 0.05 |
| Hex | 13 | 12 | 7 | 0 | 5 | 3F | 5D | 37 | 2E | 5 |
| Octal | 23 | 22 | 7 | 0 | 5 | 77 | 135 | 67 | 56 | 5 |
| Binary | 10011 | 10010 | 111 | 0 | 101 | 111111 | 1011101 | 110111 | 101110 | 101 |
Color Harmonies of #131207
Complementary color
Monochromatic Colors of #131207
Black with #131207
Text Example
Text Example
White with #131207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131207; }
p { color: rgb(19,18,7); }
H1.HeaderClassName
{
color: #131207;
}
.AnyTagClassName
{
color: #131207;
}
</style>
background-color css
<style>
a { background-color: #131207; }
a { background-color: rgb(19,18,7); }
div.DivClassName
{
background-color: #131207;
}
.BgClassName
{
background-color: #131207;
}
</style>
border-color css
<style>
span { border-color: #131207; }
span { border-color: rgb(19,18,7); }
td.TdClassName
{
border-color: #131207;
}
.TagClassName
{
border-color: #131207;
}
</style>