Shades of Maire #130F08
Tints of Maire #130F08
RGB
CMYK
RGB Variations
Color information
#130F08 (or 0x130F08) is known color: Maire. HEX triplet: 13, 0F and 08. RGB value is (19,15,8). Sum of RGB (Red+Green+Blue) = 19+15+8=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F08 is #ECF0F7. Grayscale: #0F0F0F. Windows color (decimal): -15528184 or 528147. OLE color: 528147.
HSL color Cylindrical-coordinate representation of color #130F08: hue angle of 38.18º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #130F08 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.93.
Color convert
RGB | 19 | 15 | 8 | - |
CMYK | 0 | 0.21 | 0.58 | 0.93 |
HSL | 38.18º | 0.41% | 0.05% | - |
HSV(B) | 38.18º | 0.58% | 0.07% | - |
XYZ | 0.48 | 0.5 | 0.3 | - |
YUV | 15.4 | 123.83 | 130.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 15 | 8 | 0 | 0.21 | 0.58 | 0.93 | 38.18 | 0.41 | 0.05 |
Hex | 13 | F | 8 | 0 | 15 | 3A | 5D | 26 | 29 | 5 |
Octal | 23 | 17 | 10 | 0 | 25 | 72 | 135 | 46 | 51 | 5 |
Binary | 10011 | 1111 | 1000 | 0 | 10101 | 111010 | 1011101 | 100110 | 101001 | 101 |
Color Harmonies of #130F08
Complementary color
Monochromatic Colors of #130F08
Black with #130F08
Text Example
Text Example
White with #130F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F08; }
p { color: rgb(19,15,8); }
H1.HeaderClassName
{
color: #130F08;
}
.AnyTagClassName
{
color: #130F08;
}
</style>
background-color css
<style>
a { background-color: #130F08; }
a { background-color: rgb(19,15,8); }
div.DivClassName
{
background-color: #130F08;
}
.BgClassName
{
background-color: #130F08;
}
</style>
border-color css
<style>
span { border-color: #130F08; }
span { border-color: rgb(19,15,8); }
td.TdClassName
{
border-color: #130F08;
}
.TagClassName
{
border-color: #130F08;
}
</style>