Shades of Maire #131403
Tints of Maire #131403
RGB
CMYK
RGB Variations
Color information
#131403 (or 0x131403) is known color: Maire. HEX triplet: 13, 14 and 03. RGB value is (19,20,3). Sum of RGB (Red+Green+Blue) = 19+20+3=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #131403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131403 is #ECEBFC. Grayscale: #111111. Windows color (decimal): -15526909 or 201747. OLE color: 201747.
HSL color Cylindrical-coordinate representation of color #131403: hue angle of 63.53º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131403 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 20 | 3 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.92 |
| HSL | 63.53º | 0.74% | 0.05% | - |
| HSV(B) | 63.53º | 0.85% | 0.08% | - |
| XYZ | 0.54 | 0.65 | 0.18 | - |
| YUV | 17.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 3 | 0.05 | 0 | 0.85 | 0.92 | 63.53 | 0.74 | 0.05 |
| Hex | 13 | 14 | 3 | 5 | 0 | 55 | 5C | 40 | 4A | 5 |
| Octal | 23 | 24 | 3 | 5 | 0 | 125 | 134 | 100 | 112 | 5 |
| Binary | 10011 | 10100 | 11 | 101 | 0 | 1010101 | 1011100 | 1000000 | 1001010 | 101 |
Color Harmonies of #131403
Complementary color
Monochromatic Colors of #131403
Black with #131403
Text Example
Text Example
White with #131403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131403; }
p { color: rgb(19,20,3); }
H1.HeaderClassName
{
color: #131403;
}
.AnyTagClassName
{
color: #131403;
}
</style>
background-color css
<style>
a { background-color: #131403; }
a { background-color: rgb(19,20,3); }
div.DivClassName
{
background-color: #131403;
}
.BgClassName
{
background-color: #131403;
}
</style>
border-color css
<style>
span { border-color: #131403; }
span { border-color: rgb(19,20,3); }
td.TdClassName
{
border-color: #131403;
}
.TagClassName
{
border-color: #131403;
}
</style>