Shades of Maire #1A170D
Tints of Maire #1A170D
RGB
CMYK
RGB Variations
Color information
#1A170D (or 0x1A170D) is known color: Maire. HEX triplet: 1A, 17 and 0D. RGB value is (26,23,13). Sum of RGB (Red+Green+Blue) = 26+23+13=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 26 - color contains mainly: red. Hex color #1A170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A170D is #E5E8F2. Grayscale: #161616. Windows color (decimal): -15067379 or 857882. OLE color: 857882.
HSL color Cylindrical-coordinate representation of color #1A170D: hue angle of 46.15º 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 #1A170D is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 23 | 13 | - |
| CMYK | 0 | 0.12 | 0.5 | 0.90 |
| HSL | 46.15º | 0.33% | 0.08% | - |
| HSV(B) | 46.15º | 0.5% | 0.1% | - |
| XYZ | 0.81 | 0.86 | 0.5 | - |
| YUV | 22.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 13 | 0 | 0.12 | 0.5 | 0.90 | 46.15 | 0.33 | 0.08 |
| Hex | 1A | 17 | D | 0 | C | 32 | 5A | 2E | 21 | 8 |
| Octal | 32 | 27 | 15 | 0 | 14 | 62 | 132 | 56 | 41 | 10 |
| Binary | 11010 | 10111 | 1101 | 0 | 1100 | 110010 | 1011010 | 101110 | 100001 | 1000 |
Color Harmonies of #1A170D
Complementary color
Monochromatic Colors of #1A170D
Black with #1A170D
Text Example
Text Example
White with #1A170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A170D; }
p { color: rgb(26,23,13); }
H1.HeaderClassName
{
color: #1A170D;
}
.AnyTagClassName
{
color: #1A170D;
}
</style>
background-color css
<style>
a { background-color: #1A170D; }
a { background-color: rgb(26,23,13); }
div.DivClassName
{
background-color: #1A170D;
}
.BgClassName
{
background-color: #1A170D;
}
</style>
border-color css
<style>
span { border-color: #1A170D; }
span { border-color: rgb(26,23,13); }
td.TdClassName
{
border-color: #1A170D;
}
.TagClassName
{
border-color: #1A170D;
}
</style>