Shades of Maire #130F01
Tints of Maire #130F01
RGB
CMYK
RGB Variations
Color information
#130F01 (or 0x130F01) is known color: Maire. HEX triplet: 13, 0F and 01. RGB value is (19,15,1). Sum of RGB (Red+Green+Blue) = 19+15+1=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #130F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F01 is #ECF0FE. Grayscale: #0E0E0E. Windows color (decimal): -15528191 or 69395. OLE color: 69395.
HSL color Cylindrical-coordinate representation of color #130F01: hue angle of 46.67º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130F01 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 15 | 1 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.93 |
| HSL | 46.67º | 0.9% | 0.04% | - |
| HSV(B) | 46.67º | 0.95% | 0.07% | - |
| XYZ | 0.44 | 0.48 | 0.1 | - |
| YUV | 14.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 1 | 0 | 0.21 | 0.95 | 0.93 | 46.67 | 0.9 | 0.04 |
| Hex | 13 | F | 1 | 0 | 15 | 5F | 5D | 2F | 5A | 4 |
| Octal | 23 | 17 | 1 | 0 | 25 | 137 | 135 | 57 | 132 | 4 |
| Binary | 10011 | 1111 | 1 | 0 | 10101 | 1011111 | 1011101 | 101111 | 1011010 | 100 |
Color Harmonies of #130F01
Complementary color
Monochromatic Colors of #130F01
Black with #130F01
Text Example
Text Example
White with #130F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F01; }
p { color: rgb(19,15,1); }
H1.HeaderClassName
{
color: #130F01;
}
.AnyTagClassName
{
color: #130F01;
}
</style>
background-color css
<style>
a { background-color: #130F01; }
a { background-color: rgb(19,15,1); }
div.DivClassName
{
background-color: #130F01;
}
.BgClassName
{
background-color: #130F01;
}
</style>
border-color css
<style>
span { border-color: #130F01; }
span { border-color: rgb(19,15,1); }
td.TdClassName
{
border-color: #130F01;
}
.TagClassName
{
border-color: #130F01;
}
</style>