Shades of Maire #1A1A06
Tints of Maire #1A1A06
RGB
CMYK
RGB Variations
Color information
#1A1A06 (or 0x1A1A06) is known color: Maire. HEX triplet: 1A, 1A and 06. RGB value is (26,26,6). Sum of RGB (Red+Green+Blue) = 26+26+6=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 26 - color contains mainly: red, green. Hex color #1A1A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1A06 is #E5E5F9. Grayscale: #171717. Windows color (decimal): -15066618 or 399898. OLE color: 399898.
HSL color Cylindrical-coordinate representation of color #1A1A06: hue angle of 60º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A1A06 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 26 | 6 | - |
| CMYK | 0 | 0 | 0.77 | 0.90 |
| HSL | 60º | 0.63% | 0.06% | - |
| HSV(B) | 60º | 0.77% | 0.1% | - |
| XYZ | 0.83 | 0.97 | 0.32 | - |
| YUV | 23.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 26 | 6 | 0 | 0 | 0.77 | 0.90 | 60 | 0.63 | 0.06 |
| Hex | 1A | 1A | 6 | 0 | 0 | 4D | 5A | 3C | 3E | 6 |
| Octal | 32 | 32 | 6 | 0 | 0 | 115 | 132 | 74 | 76 | 6 |
| Binary | 11010 | 11010 | 110 | 0 | 0 | 1001101 | 1011010 | 111100 | 111110 | 110 |
Color Harmonies of #1A1A06
Complementary color
Monochromatic Colors of #1A1A06
Black with #1A1A06
Text Example
Text Example
White with #1A1A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1A06; }
p { color: rgb(26,26,6); }
H1.HeaderClassName
{
color: #1A1A06;
}
.AnyTagClassName
{
color: #1A1A06;
}
</style>
background-color css
<style>
a { background-color: #1A1A06; }
a { background-color: rgb(26,26,6); }
div.DivClassName
{
background-color: #1A1A06;
}
.BgClassName
{
background-color: #1A1A06;
}
</style>
border-color css
<style>
span { border-color: #1A1A06; }
span { border-color: rgb(26,26,6); }
td.TdClassName
{
border-color: #1A1A06;
}
.TagClassName
{
border-color: #1A1A06;
}
</style>