Shades of Maire #1A190D
Tints of Maire #1A190D
RGB
CMYK
RGB Variations
Color information
#1A190D (or 0x1A190D) is known color: Maire. HEX triplet: 1A, 19 and 0D. RGB value is (26,25,13). Sum of RGB (Red+Green+Blue) = 26+25+13=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 26 - color contains mainly: red. Hex color #1A190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A190D is #E5E6F2. Grayscale: #171717. Windows color (decimal): -15066867 or 858394. OLE color: 858394.
HSL color Cylindrical-coordinate representation of color #1A190D: hue angle of 55.38º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A190D is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 25 | 13 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.90 |
| HSL | 55.38º | 0.33% | 0.08% | - |
| HSV(B) | 55.38º | 0.5% | 0.1% | - |
| XYZ | 0.85 | 0.94 | 0.52 | - |
| YUV | 23.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 13 | 0 | 0.04 | 0.5 | 0.90 | 55.38 | 0.33 | 0.08 |
| Hex | 1A | 19 | D | 0 | 4 | 32 | 5A | 37 | 21 | 8 |
| Octal | 32 | 31 | 15 | 0 | 4 | 62 | 132 | 67 | 41 | 10 |
| Binary | 11010 | 11001 | 1101 | 0 | 100 | 110010 | 1011010 | 110111 | 100001 | 1000 |
Color Harmonies of #1A190D
Complementary color
Monochromatic Colors of #1A190D
Black with #1A190D
Text Example
Text Example
White with #1A190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A190D; }
p { color: rgb(26,25,13); }
H1.HeaderClassName
{
color: #1A190D;
}
.AnyTagClassName
{
color: #1A190D;
}
</style>
background-color css
<style>
a { background-color: #1A190D; }
a { background-color: rgb(26,25,13); }
div.DivClassName
{
background-color: #1A190D;
}
.BgClassName
{
background-color: #1A190D;
}
</style>
border-color css
<style>
span { border-color: #1A190D; }
span { border-color: rgb(26,25,13); }
td.TdClassName
{
border-color: #1A190D;
}
.TagClassName
{
border-color: #1A190D;
}
</style>