Shades of Maire #131402
Tints of Maire #131402
RGB
CMYK
RGB Variations
Color information
#131402 (or 0x131402) is known color: Maire. HEX triplet: 13, 14 and 02. RGB value is (19,20,2). Sum of RGB (Red+Green+Blue) = 19+20+2=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #131402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131402 is #ECEBFD. Grayscale: #111111. Windows color (decimal): -15526910 or 136211. OLE color: 136211.
HSL color Cylindrical-coordinate representation of color #131402: hue angle of 63.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131402 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 20 | 2 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.92 |
| HSL | 63.33º | 0.82% | 0.04% | - |
| HSV(B) | 63.33º | 0.9% | 0.08% | - |
| XYZ | 0.53 | 0.64 | 0.15 | - |
| YUV | 17.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 2 | 0.05 | 0 | 0.90 | 0.92 | 63.33 | 0.82 | 0.04 |
| Hex | 13 | 14 | 2 | 5 | 0 | 5A | 5C | 3F | 52 | 4 |
| Octal | 23 | 24 | 2 | 5 | 0 | 132 | 134 | 77 | 122 | 4 |
| Binary | 10011 | 10100 | 10 | 101 | 0 | 1011010 | 1011100 | 111111 | 1010010 | 100 |
Color Harmonies of #131402
Complementary color
Monochromatic Colors of #131402
Black with #131402
Text Example
Text Example
White with #131402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131402; }
p { color: rgb(19,20,2); }
H1.HeaderClassName
{
color: #131402;
}
.AnyTagClassName
{
color: #131402;
}
</style>
background-color css
<style>
a { background-color: #131402; }
a { background-color: rgb(19,20,2); }
div.DivClassName
{
background-color: #131402;
}
.BgClassName
{
background-color: #131402;
}
</style>
border-color css
<style>
span { border-color: #131402; }
span { border-color: rgb(19,20,2); }
td.TdClassName
{
border-color: #131402;
}
.TagClassName
{
border-color: #131402;
}
</style>