Shades of Maire #130E04
Tints of Maire #130E04
RGB
CMYK
RGB Variations
Color information
#130E04 (or 0x130E04) is known color: Maire. HEX triplet: 13, 0E and 04. RGB value is (19,14,4). Sum of RGB (Red+Green+Blue) = 19+14+4=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E04 is #ECF1FB. Grayscale: #0E0E0E. Windows color (decimal): -15528444 or 265747. OLE color: 265747.
HSL color Cylindrical-coordinate representation of color #130E04: hue angle of 40º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130E04 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 14 | 4 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.93 |
| HSL | 40º | 0.65% | 0.05% | - |
| HSV(B) | 40º | 0.79% | 0.07% | - |
| XYZ | 0.45 | 0.46 | 0.18 | - |
| YUV | 14.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 4 | 0 | 0.26 | 0.79 | 0.93 | 40 | 0.65 | 0.05 |
| Hex | 13 | E | 4 | 0 | 1A | 4F | 5D | 28 | 41 | 5 |
| Octal | 23 | 16 | 4 | 0 | 32 | 117 | 135 | 50 | 101 | 5 |
| Binary | 10011 | 1110 | 100 | 0 | 11010 | 1001111 | 1011101 | 101000 | 1000001 | 101 |
Color Harmonies of #130E04
Complementary color
Monochromatic Colors of #130E04
Black with #130E04
Text Example
Text Example
White with #130E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E04; }
p { color: rgb(19,14,4); }
H1.HeaderClassName
{
color: #130E04;
}
.AnyTagClassName
{
color: #130E04;
}
</style>
background-color css
<style>
a { background-color: #130E04; }
a { background-color: rgb(19,14,4); }
div.DivClassName
{
background-color: #130E04;
}
.BgClassName
{
background-color: #130E04;
}
</style>
border-color css
<style>
span { border-color: #130E04; }
span { border-color: rgb(19,14,4); }
td.TdClassName
{
border-color: #130E04;
}
.TagClassName
{
border-color: #130E04;
}
</style>