Shades of Maire #191A03
Tints of Maire #191A03
RGB
CMYK
RGB Variations
Color information
#191A03 (or 0x191A03) is known color: Maire. HEX triplet: 19, 1A and 03. RGB value is (25,26,3). Sum of RGB (Red+Green+Blue) = 25+26+3=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 26 - color contains mainly: green. Hex color #191A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191A03 is #E6E5FC. Grayscale: #171717. Windows color (decimal): -15132157 or 203289. OLE color: 203289.
HSL color Cylindrical-coordinate representation of color #191A03: hue angle of 62.61º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191A03 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 26 | 3 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.90 |
| HSL | 62.61º | 0.79% | 0.06% | - |
| HSV(B) | 62.61º | 0.88% | 0.1% | - |
| XYZ | 0.79 | 0.95 | 0.23 | - |
| YUV | 23.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 3 | 0.04 | 0 | 0.88 | 0.90 | 62.61 | 0.79 | 0.06 |
| Hex | 19 | 1A | 3 | 4 | 0 | 58 | 5A | 3F | 4F | 6 |
| Octal | 31 | 32 | 3 | 4 | 0 | 130 | 132 | 77 | 117 | 6 |
| Binary | 11001 | 11010 | 11 | 100 | 0 | 1011000 | 1011010 | 111111 | 1001111 | 110 |
Color Harmonies of #191A03
Complementary color
Monochromatic Colors of #191A03
Black with #191A03
Text Example
Text Example
White with #191A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A03; }
p { color: rgb(25,26,3); }
H1.HeaderClassName
{
color: #191A03;
}
.AnyTagClassName
{
color: #191A03;
}
</style>
background-color css
<style>
a { background-color: #191A03; }
a { background-color: rgb(25,26,3); }
div.DivClassName
{
background-color: #191A03;
}
.BgClassName
{
background-color: #191A03;
}
</style>
border-color css
<style>
span { border-color: #191A03; }
span { border-color: rgb(25,26,3); }
td.TdClassName
{
border-color: #191A03;
}
.TagClassName
{
border-color: #191A03;
}
</style>