Shades of Maire #191000
Tints of Maire #191000
RGB
CMYK
RGB Variations
Color information
#191000 (or 0x191000) is known color: Maire. HEX triplet: 19, 10 and 00. RGB value is (25,16,0). Sum of RGB (Red+Green+Blue) = 25+16+0=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #191000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191000 is #E6EFFF. Grayscale: #101010. Windows color (decimal): -15134720 or 4121. OLE color: 4121.
HSL color Cylindrical-coordinate representation of color #191000: hue angle of 38.4º 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 #191000 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 16 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.90 |
| HSL | 38.4º | 1% | 0.05% | - |
| HSV(B) | 38.4º | 1% | 0.1% | - |
| XYZ | 0.59 | 0.58 | 0.08 | - |
| YUV | 16.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 0 | 0 | 0.36 | 1 | 0.90 | 38.4 | 1 | 0.05 |
| Hex | 19 | 10 | 0 | 0 | 24 | 64 | 5A | 26 | 64 | 5 |
| Octal | 31 | 20 | 0 | 0 | 44 | 144 | 132 | 46 | 144 | 5 |
| Binary | 11001 | 10000 | 0 | 0 | 100100 | 1100100 | 1011010 | 100110 | 1100100 | 101 |
Color Harmonies of #191000
Complementary color
Monochromatic Colors of #191000
Black with #191000
Text Example
Text Example
White with #191000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191000; }
p { color: rgb(25,16,0); }
H1.HeaderClassName
{
color: #191000;
}
.AnyTagClassName
{
color: #191000;
}
</style>
background-color css
<style>
a { background-color: #191000; }
a { background-color: rgb(25,16,0); }
div.DivClassName
{
background-color: #191000;
}
.BgClassName
{
background-color: #191000;
}
</style>
border-color css
<style>
span { border-color: #191000; }
span { border-color: rgb(25,16,0); }
td.TdClassName
{
border-color: #191000;
}
.TagClassName
{
border-color: #191000;
}
</style>