Shades of Maire #191711
Tints of Maire #191711
RGB
CMYK
RGB Variations
Color information
#191711 (or 0x191711) is known color: Maire. HEX triplet: 19, 17 and 11. RGB value is (25,23,17). Sum of RGB (Red+Green+Blue) = 25+23+17=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 25 - color contains mainly: red. Hex color #191711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191711 is #E6E8EE. Grayscale: #161616. Windows color (decimal): -15132911 or 1120025. OLE color: 1120025.
HSL color Cylindrical-coordinate representation of color #191711: hue angle of 45º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #191711 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 23 | 17 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.90 |
| HSL | 45º | 0.19% | 0.08% | - |
| HSV(B) | 45º | 0.32% | 0.1% | - |
| XYZ | 0.81 | 0.86 | 0.65 | - |
| YUV | 22.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 17 | 0 | 0.08 | 0.32 | 0.90 | 45 | 0.19 | 0.08 |
| Hex | 19 | 17 | 11 | 0 | 8 | 20 | 5A | 2D | 13 | 8 |
| Octal | 31 | 27 | 21 | 0 | 10 | 40 | 132 | 55 | 23 | 10 |
| Binary | 11001 | 10111 | 10001 | 0 | 1000 | 100000 | 1011010 | 101101 | 10011 | 1000 |
Color Harmonies of #191711
Complementary color
Monochromatic Colors of #191711
Black with #191711
Text Example
Text Example
White with #191711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191711; }
p { color: rgb(25,23,17); }
H1.HeaderClassName
{
color: #191711;
}
.AnyTagClassName
{
color: #191711;
}
</style>
background-color css
<style>
a { background-color: #191711; }
a { background-color: rgb(25,23,17); }
div.DivClassName
{
background-color: #191711;
}
.BgClassName
{
background-color: #191711;
}
</style>
border-color css
<style>
span { border-color: #191711; }
span { border-color: rgb(25,23,17); }
td.TdClassName
{
border-color: #191711;
}
.TagClassName
{
border-color: #191711;
}
</style>