Shades of Maire #191A08
Tints of Maire #191A08
RGB
CMYK
RGB Variations
Color information
#191A08 (or 0x191A08) is known color: Maire. HEX triplet: 19, 1A and 08. RGB value is (25,26,8). Sum of RGB (Red+Green+Blue) = 25+26+8=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 26 - color contains mainly: green. Hex color #191A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191A08 is #E6E5F7. Grayscale: #171717. Windows color (decimal): -15132152 or 530969. OLE color: 530969.
HSL color Cylindrical-coordinate representation of color #191A08: hue angle of 63.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #191A08 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 26 | 8 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.90 |
| HSL | 63.33º | 0.53% | 0.07% | - |
| HSV(B) | 63.33º | 0.69% | 0.1% | - |
| XYZ | 0.81 | 0.96 | 0.37 | - |
| YUV | 23.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 8 | 0.04 | 0 | 0.69 | 0.90 | 63.33 | 0.53 | 0.07 |
| Hex | 19 | 1A | 8 | 4 | 0 | 45 | 5A | 3F | 35 | 7 |
| Octal | 31 | 32 | 10 | 4 | 0 | 105 | 132 | 77 | 65 | 7 |
| Binary | 11001 | 11010 | 1000 | 100 | 0 | 1000101 | 1011010 | 111111 | 110101 | 111 |
Color Harmonies of #191A08
Complementary color
Monochromatic Colors of #191A08
Black with #191A08
Text Example
Text Example
White with #191A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A08; }
p { color: rgb(25,26,8); }
H1.HeaderClassName
{
color: #191A08;
}
.AnyTagClassName
{
color: #191A08;
}
</style>
background-color css
<style>
a { background-color: #191A08; }
a { background-color: rgb(25,26,8); }
div.DivClassName
{
background-color: #191A08;
}
.BgClassName
{
background-color: #191A08;
}
</style>
border-color css
<style>
span { border-color: #191A08; }
span { border-color: rgb(25,26,8); }
td.TdClassName
{
border-color: #191A08;
}
.TagClassName
{
border-color: #191A08;
}
</style>