Shades of Maire #1A1B01
Tints of Maire #1A1B01
RGB
CMYK
RGB Variations
Color information
#1A1B01 (or 0x1A1B01) is known color: Maire. HEX triplet: 1A, 1B and 01. RGB value is (26,27,1). Sum of RGB (Red+Green+Blue) = 26+27+1=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B01 is #E5E4FE. Grayscale: #171717. Windows color (decimal): -15066367 or 72474. OLE color: 72474.
HSL color Cylindrical-coordinate representation of color #1A1B01: hue angle of 62.31º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A1B01 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 27 | 1 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.89 |
| HSL | 62.31º | 0.93% | 0.05% | - |
| HSV(B) | 62.31º | 0.96% | 0.11% | - |
| XYZ | 0.82 | 1.01 | 0.18 | - |
| YUV | 23.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 1 | 0.04 | 0 | 0.96 | 0.89 | 62.31 | 0.93 | 0.05 |
| Hex | 1A | 1B | 1 | 4 | 0 | 60 | 59 | 3E | 5D | 5 |
| Octal | 32 | 33 | 1 | 4 | 0 | 140 | 131 | 76 | 135 | 5 |
| Binary | 11010 | 11011 | 1 | 100 | 0 | 1100000 | 1011001 | 111110 | 1011101 | 101 |
Color Harmonies of #1A1B01
Complementary color
Monochromatic Colors of #1A1B01
Black with #1A1B01
Text Example
Text Example
White with #1A1B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B01; }
p { color: rgb(26,27,1); }
H1.HeaderClassName
{
color: #1A1B01;
}
.AnyTagClassName
{
color: #1A1B01;
}
</style>
background-color css
<style>
a { background-color: #1A1B01; }
a { background-color: rgb(26,27,1); }
div.DivClassName
{
background-color: #1A1B01;
}
.BgClassName
{
background-color: #1A1B01;
}
</style>
border-color css
<style>
span { border-color: #1A1B01; }
span { border-color: rgb(26,27,1); }
td.TdClassName
{
border-color: #1A1B01;
}
.TagClassName
{
border-color: #1A1B01;
}
</style>