Shades of Maire #191918
Tints of Maire #191918
RGB
CMYK
RGB Variations
Color information
#191918 (or 0x191918) is known color: Maire. HEX triplet: 19, 19 and 18. RGB value is (25,25,24). Sum of RGB (Red+Green+Blue) = 25+25+24=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 25 - color contains mainly: red, green. Hex color #191918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191918 is #E6E6E7. Grayscale: #181818. Windows color (decimal): -15132392 or 1579289. OLE color: 1579289.
HSL color Cylindrical-coordinate representation of color #191918: hue angle of 60º degrees, saturation: 0.02, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #191918 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 25 | 24 | - |
| CMYK | 0 | 0 | 0.04 | 0.90 |
| HSL | 60º | 0.02% | 0.1% | - |
| HSV(B) | 60º | 0.04% | 0.1% | - |
| XYZ | 0.91 | 0.97 | 1 | - |
| YUV | 24.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 24 | 0 | 0 | 0.04 | 0.90 | 60 | 0.02 | 0.1 |
| Hex | 19 | 19 | 18 | 0 | 0 | 4 | 5A | 3C | 2 | A |
| Octal | 31 | 31 | 30 | 0 | 0 | 4 | 132 | 74 | 2 | 12 |
| Binary | 11001 | 11001 | 11000 | 0 | 0 | 100 | 1011010 | 111100 | 10 | 1010 |
Color Harmonies of #191918
Complementary color
Monochromatic Colors of #191918
Black with #191918
Text Example
Text Example
White with #191918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191918; }
p { color: rgb(25,25,24); }
H1.HeaderClassName
{
color: #191918;
}
.AnyTagClassName
{
color: #191918;
}
</style>
background-color css
<style>
a { background-color: #191918; }
a { background-color: rgb(25,25,24); }
div.DivClassName
{
background-color: #191918;
}
.BgClassName
{
background-color: #191918;
}
</style>
border-color css
<style>
span { border-color: #191918; }
span { border-color: rgb(25,25,24); }
td.TdClassName
{
border-color: #191918;
}
.TagClassName
{
border-color: #191918;
}
</style>