Shades of Maire #130E05
Tints of Maire #130E05
RGB
CMYK
RGB Variations
Color information
#130E05 (or 0x130E05) is known color: Maire. HEX triplet: 13, 0E and 05. RGB value is (19,14,5). Sum of RGB (Red+Green+Blue) = 19+14+5=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #130E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E05 is #ECF1FA. Grayscale: #0E0E0E. Windows color (decimal): -15528443 or 331283. OLE color: 331283.
HSL color Cylindrical-coordinate representation of color #130E05: hue angle of 38.57º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130E05 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 14 | 5 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.93 |
| HSL | 38.57º | 0.58% | 0.05% | - |
| HSV(B) | 38.57º | 0.74% | 0.07% | - |
| XYZ | 0.45 | 0.46 | 0.21 | - |
| YUV | 14.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 5 | 0 | 0.26 | 0.74 | 0.93 | 38.57 | 0.58 | 0.05 |
| Hex | 13 | E | 5 | 0 | 1A | 4A | 5D | 27 | 3A | 5 |
| Octal | 23 | 16 | 5 | 0 | 32 | 112 | 135 | 47 | 72 | 5 |
| Binary | 10011 | 1110 | 101 | 0 | 11010 | 1001010 | 1011101 | 100111 | 111010 | 101 |
Color Harmonies of #130E05
Complementary color
Monochromatic Colors of #130E05
Black with #130E05
Text Example
Text Example
White with #130E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E05; }
p { color: rgb(19,14,5); }
H1.HeaderClassName
{
color: #130E05;
}
.AnyTagClassName
{
color: #130E05;
}
</style>
background-color css
<style>
a { background-color: #130E05; }
a { background-color: rgb(19,14,5); }
div.DivClassName
{
background-color: #130E05;
}
.BgClassName
{
background-color: #130E05;
}
</style>
border-color css
<style>
span { border-color: #130E05; }
span { border-color: rgb(19,14,5); }
td.TdClassName
{
border-color: #130E05;
}
.TagClassName
{
border-color: #130E05;
}
</style>