Shades of Maire #1A1A13
Tints of Maire #1A1A13
RGB
CMYK
RGB Variations
Color information
#1A1A13 (or 0x1A1A13) is known color: Maire. HEX triplet: 1A, 1A and 13. RGB value is (26,26,19). Sum of RGB (Red+Green+Blue) = 26+26+19=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 26 - color contains mainly: red, green. Hex color #1A1A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1A13 is #E5E5EC. Grayscale: #191919. Windows color (decimal): -15066605 or 1251866. OLE color: 1251866.
HSL color Cylindrical-coordinate representation of color #1A1A13: hue angle of 60º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1A1A13 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 26 | 19 | - |
| CMYK | 0 | 0 | 0.27 | 0.90 |
| HSL | 60º | 0.16% | 0.09% | - |
| HSV(B) | 60º | 0.27% | 0.1% | - |
| XYZ | 0.91 | 1.01 | 0.76 | - |
| YUV | 25.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 26 | 19 | 0 | 0 | 0.27 | 0.90 | 60 | 0.16 | 0.09 |
| Hex | 1A | 1A | 13 | 0 | 0 | 1B | 5A | 3C | 10 | 9 |
| Octal | 32 | 32 | 23 | 0 | 0 | 33 | 132 | 74 | 20 | 11 |
| Binary | 11010 | 11010 | 10011 | 0 | 0 | 11011 | 1011010 | 111100 | 10000 | 1001 |
Color Harmonies of #1A1A13
Complementary color
Monochromatic Colors of #1A1A13
Black with #1A1A13
Text Example
Text Example
White with #1A1A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1A13; }
p { color: rgb(26,26,19); }
H1.HeaderClassName
{
color: #1A1A13;
}
.AnyTagClassName
{
color: #1A1A13;
}
</style>
background-color css
<style>
a { background-color: #1A1A13; }
a { background-color: rgb(26,26,19); }
div.DivClassName
{
background-color: #1A1A13;
}
.BgClassName
{
background-color: #1A1A13;
}
</style>
border-color css
<style>
span { border-color: #1A1A13; }
span { border-color: rgb(26,26,19); }
td.TdClassName
{
border-color: #1A1A13;
}
.TagClassName
{
border-color: #1A1A13;
}
</style>