Shades of Maire #130E02
Tints of Maire #130E02
RGB
CMYK
RGB Variations
Color information
#130E02 (or 0x130E02) is known color: Maire. HEX triplet: 13, 0E and 02. RGB value is (19,14,2). Sum of RGB (Red+Green+Blue) = 19+14+2=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #130E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E02 is #ECF1FD. Grayscale: #0E0E0E. Windows color (decimal): -15528446 or 134675. OLE color: 134675.
HSL color Cylindrical-coordinate representation of color #130E02: hue angle of 42.35º 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 #130E02 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
RGB | 19 | 14 | 2 | - |
CMYK | 0 | 0.26 | 0.89 | 0.93 |
HSL | 42.35º | 0.81% | 0.04% | - |
HSV(B) | 42.35º | 0.89% | 0.07% | - |
XYZ | 0.44 | 0.46 | 0.12 | - |
YUV | 14.13 | 121.16 | 131.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 14 | 2 | 0 | 0.26 | 0.89 | 0.93 | 42.35 | 0.81 | 0.04 |
Hex | 13 | E | 2 | 0 | 1A | 59 | 5D | 2A | 51 | 4 |
Octal | 23 | 16 | 2 | 0 | 32 | 131 | 135 | 52 | 121 | 4 |
Binary | 10011 | 1110 | 10 | 0 | 11010 | 1011001 | 1011101 | 101010 | 1010001 | 100 |
Color Harmonies of #130E02
Complementary color
Monochromatic Colors of #130E02
Black with #130E02
Text Example
Text Example
White with #130E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E02; }
p { color: rgb(19,14,2); }
H1.HeaderClassName
{
color: #130E02;
}
.AnyTagClassName
{
color: #130E02;
}
</style>
background-color css
<style>
a { background-color: #130E02; }
a { background-color: rgb(19,14,2); }
div.DivClassName
{
background-color: #130E02;
}
.BgClassName
{
background-color: #130E02;
}
</style>
border-color css
<style>
span { border-color: #130E02; }
span { border-color: rgb(19,14,2); }
td.TdClassName
{
border-color: #130E02;
}
.TagClassName
{
border-color: #130E02;
}
</style>