Shades of Maire #191301
Tints of Maire #191301
RGB
CMYK
RGB Variations
Color information
#191301 (or 0x191301) is known color: Maire. HEX triplet: 19, 13 and 01. RGB value is (25,19,1). Sum of RGB (Red+Green+Blue) = 25+19+1=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #191301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191301 is #E6ECFE. Grayscale: #121212. Windows color (decimal): -15133951 or 70425. OLE color: 70425.
HSL color Cylindrical-coordinate representation of color #191301: hue angle of 45º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #191301 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 19 | 1 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.90 |
| HSL | 45º | 0.92% | 0.05% | - |
| HSV(B) | 45º | 0.96% | 0.1% | - |
| XYZ | 0.64 | 0.67 | 0.13 | - |
| YUV | 18.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 1 | 0 | 0.24 | 0.96 | 0.90 | 45 | 0.92 | 0.05 |
| Hex | 19 | 13 | 1 | 0 | 18 | 60 | 5A | 2D | 5C | 5 |
| Octal | 31 | 23 | 1 | 0 | 30 | 140 | 132 | 55 | 134 | 5 |
| Binary | 11001 | 10011 | 1 | 0 | 11000 | 1100000 | 1011010 | 101101 | 1011100 | 101 |
Color Harmonies of #191301
Complementary color
Monochromatic Colors of #191301
Black with #191301
Text Example
Text Example
White with #191301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191301; }
p { color: rgb(25,19,1); }
H1.HeaderClassName
{
color: #191301;
}
.AnyTagClassName
{
color: #191301;
}
</style>
background-color css
<style>
a { background-color: #191301; }
a { background-color: rgb(25,19,1); }
div.DivClassName
{
background-color: #191301;
}
.BgClassName
{
background-color: #191301;
}
</style>
border-color css
<style>
span { border-color: #191301; }
span { border-color: rgb(25,19,1); }
td.TdClassName
{
border-color: #191301;
}
.TagClassName
{
border-color: #191301;
}
</style>