Shades of Maire #1A1917
Tints of Maire #1A1917
RGB
CMYK
RGB Variations
Color information
#1A1917 (or 0x1A1917) is known color: Maire. HEX triplet: 1A, 19 and 17. RGB value is (26,25,23). Sum of RGB (Red+Green+Blue) = 26+25+23=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1917 is #E5E6E8. Grayscale: #191919. Windows color (decimal): -15066857 or 1513754. OLE color: 1513754.
HSL color Cylindrical-coordinate representation of color #1A1917: hue angle of 40º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1A1917 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 25 | 23 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.90 |
| HSL | 40º | 0.06% | 0.1% | - |
| HSV(B) | 40º | 0.12% | 0.1% | - |
| XYZ | 0.93 | 0.98 | 0.95 | - |
| YUV | 25.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 23 | 0 | 0.04 | 0.12 | 0.90 | 40 | 0.06 | 0.1 |
| Hex | 1A | 19 | 17 | 0 | 4 | C | 5A | 28 | 6 | A |
| Octal | 32 | 31 | 27 | 0 | 4 | 14 | 132 | 50 | 6 | 12 |
| Binary | 11010 | 11001 | 10111 | 0 | 100 | 1100 | 1011010 | 101000 | 110 | 1010 |
Color Harmonies of #1A1917
Complementary color
Monochromatic Colors of #1A1917
Black with #1A1917
Text Example
Text Example
White with #1A1917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1917; }
p { color: rgb(26,25,23); }
H1.HeaderClassName
{
color: #1A1917;
}
.AnyTagClassName
{
color: #1A1917;
}
</style>
background-color css
<style>
a { background-color: #1A1917; }
a { background-color: rgb(26,25,23); }
div.DivClassName
{
background-color: #1A1917;
}
.BgClassName
{
background-color: #1A1917;
}
</style>
border-color css
<style>
span { border-color: #1A1917; }
span { border-color: rgb(26,25,23); }
td.TdClassName
{
border-color: #1A1917;
}
.TagClassName
{
border-color: #1A1917;
}
</style>