Shades of Maire #191906
Tints of Maire #191906
RGB
CMYK
RGB Variations
Color information
#191906 (or 0x191906) is known color: Maire. HEX triplet: 19, 19 and 06. RGB value is (25,25,6). Sum of RGB (Red+Green+Blue) = 25+25+6=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 25 - color contains mainly: red, green. Hex color #191906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191906 is #E6E6F9. Grayscale: #161616. Windows color (decimal): -15132410 or 399641. OLE color: 399641.
HSL color Cylindrical-coordinate representation of color #191906: hue angle of 60º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191906 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 25 | 6 | - |
| CMYK | 0 | 0 | 0.76 | 0.90 |
| HSL | 60º | 0.61% | 0.06% | - |
| HSV(B) | 60º | 0.76% | 0.1% | - |
| XYZ | 0.78 | 0.92 | 0.31 | - |
| YUV | 22.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 6 | 0 | 0 | 0.76 | 0.90 | 60 | 0.61 | 0.06 |
| Hex | 19 | 19 | 6 | 0 | 0 | 4C | 5A | 3C | 3D | 6 |
| Octal | 31 | 31 | 6 | 0 | 0 | 114 | 132 | 74 | 75 | 6 |
| Binary | 11001 | 11001 | 110 | 0 | 0 | 1001100 | 1011010 | 111100 | 111101 | 110 |
Color Harmonies of #191906
Complementary color
Monochromatic Colors of #191906
Black with #191906
Text Example
Text Example
White with #191906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191906; }
p { color: rgb(25,25,6); }
H1.HeaderClassName
{
color: #191906;
}
.AnyTagClassName
{
color: #191906;
}
</style>
background-color css
<style>
a { background-color: #191906; }
a { background-color: rgb(25,25,6); }
div.DivClassName
{
background-color: #191906;
}
.BgClassName
{
background-color: #191906;
}
</style>
border-color css
<style>
span { border-color: #191906; }
span { border-color: rgb(25,25,6); }
td.TdClassName
{
border-color: #191906;
}
.TagClassName
{
border-color: #191906;
}
</style>