Shades of Maire #1A1A01
Tints of Maire #1A1A01
RGB
CMYK
RGB Variations
Color information
#1A1A01 (or 0x1A1A01) is known color: Maire. HEX triplet: 1A, 1A and 01. RGB value is (26,26,1). Sum of RGB (Red+Green+Blue) = 26+26+1=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 26 (10.55% from 255 or 49.06% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 26 - color contains mainly: red, green. Hex color #1A1A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1A01 is #E5E5FE. Grayscale: #171717. Windows color (decimal): -15066623 or 72218. OLE color: 72218.
HSL color Cylindrical-coordinate representation of color #1A1A01: hue angle of 60º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A1A01 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 26 | 1 | - |
| CMYK | 0 | 0 | 0.96 | 0.90 |
| HSL | 60º | 0.93% | 0.05% | - |
| HSV(B) | 60º | 0.96% | 0.1% | - |
| XYZ | 0.8 | 0.96 | 0.17 | - |
| YUV | 23.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 26 | 1 | 0 | 0 | 0.96 | 0.90 | 60 | 0.93 | 0.05 |
| Hex | 1A | 1A | 1 | 0 | 0 | 60 | 5A | 3C | 5D | 5 |
| Octal | 32 | 32 | 1 | 0 | 0 | 140 | 132 | 74 | 135 | 5 |
| Binary | 11010 | 11010 | 1 | 0 | 0 | 1100000 | 1011010 | 111100 | 1011101 | 101 |
Color Harmonies of #1A1A01
Complementary color
Monochromatic Colors of #1A1A01
Black with #1A1A01
Text Example
Text Example
White with #1A1A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1A01; }
p { color: rgb(26,26,1); }
H1.HeaderClassName
{
color: #1A1A01;
}
.AnyTagClassName
{
color: #1A1A01;
}
</style>
background-color css
<style>
a { background-color: #1A1A01; }
a { background-color: rgb(26,26,1); }
div.DivClassName
{
background-color: #1A1A01;
}
.BgClassName
{
background-color: #1A1A01;
}
</style>
border-color css
<style>
span { border-color: #1A1A01; }
span { border-color: rgb(26,26,1); }
td.TdClassName
{
border-color: #1A1A01;
}
.TagClassName
{
border-color: #1A1A01;
}
</style>