Shades of Maire #191900
Tints of Maire #191900
RGB
CMYK
RGB Variations
Color information
#191900 (or 0x191900) is known color: Maire. HEX triplet: 19, 19 and 00. RGB value is (25,25,0). Sum of RGB (Red+Green+Blue) = 25+25+0=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 25 - color contains mainly: red, green. Hex color #191900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191900 is #E6E6FF. Grayscale: #161616. Windows color (decimal): -15132416 or 6425. OLE color: 6425.
HSL color Cylindrical-coordinate representation of color #191900: hue angle of 60º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #191900 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 25 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.90 |
| HSL | 60º | 1% | 0.05% | - |
| HSV(B) | 60º | 1% | 0.1% | - |
| XYZ | 0.75 | 0.9 | 0.13 | - |
| YUV | 22.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 0 | 0 | 0 | 1 | 0.90 | 60 | 1 | 0.05 |
| Hex | 19 | 19 | 0 | 0 | 0 | 64 | 5A | 3C | 64 | 5 |
| Octal | 31 | 31 | 0 | 0 | 0 | 144 | 132 | 74 | 144 | 5 |
| Binary | 11001 | 11001 | 0 | 0 | 0 | 1100100 | 1011010 | 111100 | 1100100 | 101 |
Color Harmonies of #191900
Complementary color
Monochromatic Colors of #191900
Black with #191900
Text Example
Text Example
White with #191900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191900; }
p { color: rgb(25,25,0); }
H1.HeaderClassName
{
color: #191900;
}
.AnyTagClassName
{
color: #191900;
}
</style>
background-color css
<style>
a { background-color: #191900; }
a { background-color: rgb(25,25,0); }
div.DivClassName
{
background-color: #191900;
}
.BgClassName
{
background-color: #191900;
}
</style>
border-color css
<style>
span { border-color: #191900; }
span { border-color: rgb(25,25,0); }
td.TdClassName
{
border-color: #191900;
}
.TagClassName
{
border-color: #191900;
}
</style>