Shades of Maire #1A170B
Tints of Maire #1A170B
RGB
CMYK
RGB Variations
Color information
#1A170B (or 0x1A170B) is known color: Maire. HEX triplet: 1A, 17 and 0B. RGB value is (26,23,11). Sum of RGB (Red+Green+Blue) = 26+23+11=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 26 - color contains mainly: red. Hex color #1A170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A170B is #E5E8F4. Grayscale: #161616. Windows color (decimal): -15067381 or 726810. OLE color: 726810.
HSL color Cylindrical-coordinate representation of color #1A170B: hue angle of 48º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A170B is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 23 | 11 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.90 |
| HSL | 48º | 0.41% | 0.07% | - |
| HSV(B) | 48º | 0.58% | 0.1% | - |
| XYZ | 0.79 | 0.86 | 0.44 | - |
| YUV | 22.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 11 | 0 | 0.12 | 0.58 | 0.90 | 48 | 0.41 | 0.07 |
| Hex | 1A | 17 | B | 0 | C | 3A | 5A | 30 | 29 | 7 |
| Octal | 32 | 27 | 13 | 0 | 14 | 72 | 132 | 60 | 51 | 7 |
| Binary | 11010 | 10111 | 1011 | 0 | 1100 | 111010 | 1011010 | 110000 | 101001 | 111 |
Color Harmonies of #1A170B
Complementary color
Monochromatic Colors of #1A170B
Black with #1A170B
Text Example
Text Example
White with #1A170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A170B; }
p { color: rgb(26,23,11); }
H1.HeaderClassName
{
color: #1A170B;
}
.AnyTagClassName
{
color: #1A170B;
}
</style>
background-color css
<style>
a { background-color: #1A170B; }
a { background-color: rgb(26,23,11); }
div.DivClassName
{
background-color: #1A170B;
}
.BgClassName
{
background-color: #1A170B;
}
</style>
border-color css
<style>
span { border-color: #1A170B; }
span { border-color: rgb(26,23,11); }
td.TdClassName
{
border-color: #1A170B;
}
.TagClassName
{
border-color: #1A170B;
}
</style>