Shades of Maire #131307
Tints of Maire #131307
RGB
CMYK
RGB Variations
Color information
#131307 (or 0x131307) is known color: Maire. HEX triplet: 13, 13 and 07. RGB value is (19,19,7). Sum of RGB (Red+Green+Blue) = 19+19+7=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131307 is #ECECF8. Grayscale: #111111. Windows color (decimal): -15527161 or 463635. OLE color: 463635.
HSL color Cylindrical-coordinate representation of color #131307: hue angle of 60º 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 #131307 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 19 | 7 | - |
| CMYK | 0 | 0 | 0.63 | 0.93 |
| HSL | 60º | 0.46% | 0.05% | - |
| HSV(B) | 60º | 0.63% | 0.07% | - |
| XYZ | 0.54 | 0.62 | 0.29 | - |
| YUV | 17.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 7 | 0 | 0 | 0.63 | 0.93 | 60 | 0.46 | 0.05 |
| Hex | 13 | 13 | 7 | 0 | 0 | 3F | 5D | 3C | 2E | 5 |
| Octal | 23 | 23 | 7 | 0 | 0 | 77 | 135 | 74 | 56 | 5 |
| Binary | 10011 | 10011 | 111 | 0 | 0 | 111111 | 1011101 | 111100 | 101110 | 101 |
Color Harmonies of #131307
Complementary color
Monochromatic Colors of #131307
Black with #131307
Text Example
Text Example
White with #131307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131307; }
p { color: rgb(19,19,7); }
H1.HeaderClassName
{
color: #131307;
}
.AnyTagClassName
{
color: #131307;
}
</style>
background-color css
<style>
a { background-color: #131307; }
a { background-color: rgb(19,19,7); }
div.DivClassName
{
background-color: #131307;
}
.BgClassName
{
background-color: #131307;
}
</style>
border-color css
<style>
span { border-color: #131307; }
span { border-color: rgb(19,19,7); }
td.TdClassName
{
border-color: #131307;
}
.TagClassName
{
border-color: #131307;
}
</style>