Shades of Maire #1A1915
Tints of Maire #1A1915
RGB
CMYK
RGB Variations
Color information
#1A1915 (or 0x1A1915) is known color: Maire. HEX triplet: 1A, 19 and 15. RGB value is (26,25,21). Sum of RGB (Red+Green+Blue) = 26+25+21=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1915 is #E5E6EA. Grayscale: #181818. Windows color (decimal): -15066859 or 1382682. OLE color: 1382682.
HSL color Cylindrical-coordinate representation of color #1A1915: hue angle of 48º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A1915 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 25 | 21 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.90 |
| HSL | 48º | 0.11% | 0.09% | - |
| HSV(B) | 48º | 0.19% | 0.1% | - |
| XYZ | 0.91 | 0.97 | 0.85 | - |
| YUV | 24.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 21 | 0 | 0.04 | 0.19 | 0.90 | 48 | 0.11 | 0.09 |
| Hex | 1A | 19 | 15 | 0 | 4 | 13 | 5A | 30 | B | 9 |
| Octal | 32 | 31 | 25 | 0 | 4 | 23 | 132 | 60 | 13 | 11 |
| Binary | 11010 | 11001 | 10101 | 0 | 100 | 10011 | 1011010 | 110000 | 1011 | 1001 |
Color Harmonies of #1A1915
Complementary color
Monochromatic Colors of #1A1915
Black with #1A1915
Text Example
Text Example
White with #1A1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1915; }
p { color: rgb(26,25,21); }
H1.HeaderClassName
{
color: #1A1915;
}
.AnyTagClassName
{
color: #1A1915;
}
</style>
background-color css
<style>
a { background-color: #1A1915; }
a { background-color: rgb(26,25,21); }
div.DivClassName
{
background-color: #1A1915;
}
.BgClassName
{
background-color: #1A1915;
}
</style>
border-color css
<style>
span { border-color: #1A1915; }
span { border-color: rgb(26,25,21); }
td.TdClassName
{
border-color: #1A1915;
}
.TagClassName
{
border-color: #1A1915;
}
</style>