Shades of Maire #191A04
Tints of Maire #191A04
RGB
CMYK
RGB Variations
Color information
#191A04 (or 0x191A04) is known color: Maire. HEX triplet: 19, 1A and 04. RGB value is (25,26,4). Sum of RGB (Red+Green+Blue) = 25+26+4=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #191A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191A04 is #E6E5FB. Grayscale: #171717. Windows color (decimal): -15132156 or 268825. OLE color: 268825.
HSL color Cylindrical-coordinate representation of color #191A04: hue angle of 62.73º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191A04 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 26 | 4 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.90 |
| HSL | 62.73º | 0.73% | 0.06% | - |
| HSV(B) | 62.73º | 0.85% | 0.1% | - |
| XYZ | 0.79 | 0.95 | 0.26 | - |
| YUV | 23.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 4 | 0.04 | 0 | 0.85 | 0.90 | 62.73 | 0.73 | 0.06 |
| Hex | 19 | 1A | 4 | 4 | 0 | 55 | 5A | 3F | 49 | 6 |
| Octal | 31 | 32 | 4 | 4 | 0 | 125 | 132 | 77 | 111 | 6 |
| Binary | 11001 | 11010 | 100 | 100 | 0 | 1010101 | 1011010 | 111111 | 1001001 | 110 |
Color Harmonies of #191A04
Complementary color
Monochromatic Colors of #191A04
Black with #191A04
Text Example
Text Example
White with #191A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A04; }
p { color: rgb(25,26,4); }
H1.HeaderClassName
{
color: #191A04;
}
.AnyTagClassName
{
color: #191A04;
}
</style>
background-color css
<style>
a { background-color: #191A04; }
a { background-color: rgb(25,26,4); }
div.DivClassName
{
background-color: #191A04;
}
.BgClassName
{
background-color: #191A04;
}
</style>
border-color css
<style>
span { border-color: #191A04; }
span { border-color: rgb(25,26,4); }
td.TdClassName
{
border-color: #191A04;
}
.TagClassName
{
border-color: #191A04;
}
</style>