Shades of Maire #131200
Tints of Maire #131200
RGB
CMYK
RGB Variations
Color information
#131200 (or 0x131200) is known color: Maire. HEX triplet: 13, 12 and 00. RGB value is (19,18,0). Sum of RGB (Red+Green+Blue) = 19+18+0=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #131200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131200 is #ECEDFF. Grayscale: #101010. Windows color (decimal): -15527424 or 4627. OLE color: 4627.
HSL color Cylindrical-coordinate representation of color #131200: hue angle of 56.84º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #131200 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 18 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.93 |
| HSL | 56.84º | 1% | 0.04% | - |
| HSV(B) | 56.84º | 1% | 0.07% | - |
| XYZ | 0.48 | 0.57 | 0.08 | - |
| YUV | 16.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 0 | 0 | 0.05 | 1 | 0.93 | 56.84 | 1 | 0.04 |
| Hex | 13 | 12 | 0 | 0 | 5 | 64 | 5D | 39 | 64 | 4 |
| Octal | 23 | 22 | 0 | 0 | 5 | 144 | 135 | 71 | 144 | 4 |
| Binary | 10011 | 10010 | 0 | 0 | 101 | 1100100 | 1011101 | 111001 | 1100100 | 100 |
Color Harmonies of #131200
Complementary color
Monochromatic Colors of #131200
Black with #131200
Text Example
Text Example
White with #131200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131200; }
p { color: rgb(19,18,0); }
H1.HeaderClassName
{
color: #131200;
}
.AnyTagClassName
{
color: #131200;
}
</style>
background-color css
<style>
a { background-color: #131200; }
a { background-color: rgb(19,18,0); }
div.DivClassName
{
background-color: #131200;
}
.BgClassName
{
background-color: #131200;
}
</style>
border-color css
<style>
span { border-color: #131200; }
span { border-color: rgb(19,18,0); }
td.TdClassName
{
border-color: #131200;
}
.TagClassName
{
border-color: #131200;
}
</style>