Shades of Maire #131002
Tints of Maire #131002
RGB
CMYK
RGB Variations
Color information
#131002 (or 0x131002) is known color: Maire. HEX triplet: 13, 10 and 02. RGB value is (19,16,2). Sum of RGB (Red+Green+Blue) = 19+16+2=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #131002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131002 is #ECEFFD. Grayscale: #0F0F0F. Windows color (decimal): -15527934 or 135187. OLE color: 135187.
HSL color Cylindrical-coordinate representation of color #131002: hue angle of 49.41º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131002 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
RGB | 19 | 16 | 2 | - |
CMYK | 0 | 0.16 | 0.89 | 0.93 |
HSL | 49.41º | 0.81% | 0.04% | - |
HSV(B) | 49.41º | 0.89% | 0.07% | - |
XYZ | 0.46 | 0.51 | 0.13 | - |
YUV | 15.3 | 120.49 | 130.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 16 | 2 | 0 | 0.16 | 0.89 | 0.93 | 49.41 | 0.81 | 0.04 |
Hex | 13 | 10 | 2 | 0 | 10 | 59 | 5D | 31 | 51 | 4 |
Octal | 23 | 20 | 2 | 0 | 20 | 131 | 135 | 61 | 121 | 4 |
Binary | 10011 | 10000 | 10 | 0 | 10000 | 1011001 | 1011101 | 110001 | 1010001 | 100 |
Color Harmonies of #131002
Complementary color
Monochromatic Colors of #131002
Black with #131002
Text Example
Text Example
White with #131002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131002; }
p { color: rgb(19,16,2); }
H1.HeaderClassName
{
color: #131002;
}
.AnyTagClassName
{
color: #131002;
}
</style>
background-color css
<style>
a { background-color: #131002; }
a { background-color: rgb(19,16,2); }
div.DivClassName
{
background-color: #131002;
}
.BgClassName
{
background-color: #131002;
}
</style>
border-color css
<style>
span { border-color: #131002; }
span { border-color: rgb(19,16,2); }
td.TdClassName
{
border-color: #131002;
}
.TagClassName
{
border-color: #131002;
}
</style>