Shades of Maire #131203
Tints of Maire #131203
RGB
CMYK
RGB Variations
Color information
#131203 (or 0x131203) is known color: Maire. HEX triplet: 13, 12 and 03. RGB value is (19,18,3). Sum of RGB (Red+Green+Blue) = 19+18+3=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #131203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131203 is #ECEDFC. Grayscale: #101010. Windows color (decimal): -15527421 or 201235. OLE color: 201235.
HSL color Cylindrical-coordinate representation of color #131203: hue angle of 56.25º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131203 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 18 | 3 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.93 |
| HSL | 56.25º | 0.73% | 0.04% | - |
| HSV(B) | 56.25º | 0.84% | 0.07% | - |
| XYZ | 0.5 | 0.58 | 0.17 | - |
| YUV | 16.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 3 | 0 | 0.05 | 0.84 | 0.93 | 56.25 | 0.73 | 0.04 |
| Hex | 13 | 12 | 3 | 0 | 5 | 54 | 5D | 38 | 49 | 4 |
| Octal | 23 | 22 | 3 | 0 | 5 | 124 | 135 | 70 | 111 | 4 |
| Binary | 10011 | 10010 | 11 | 0 | 101 | 1010100 | 1011101 | 111000 | 1001001 | 100 |
Color Harmonies of #131203
Complementary color
Monochromatic Colors of #131203
Black with #131203
Text Example
Text Example
White with #131203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131203; }
p { color: rgb(19,18,3); }
H1.HeaderClassName
{
color: #131203;
}
.AnyTagClassName
{
color: #131203;
}
</style>
background-color css
<style>
a { background-color: #131203; }
a { background-color: rgb(19,18,3); }
div.DivClassName
{
background-color: #131203;
}
.BgClassName
{
background-color: #131203;
}
</style>
border-color css
<style>
span { border-color: #131203; }
span { border-color: rgb(19,18,3); }
td.TdClassName
{
border-color: #131203;
}
.TagClassName
{
border-color: #131203;
}
</style>