Shades of Maire #1A1B07
Tints of Maire #1A1B07
RGB
CMYK
RGB Variations
Color information
#1A1B07 (or 0x1A1B07) is known color: Maire. HEX triplet: 1A, 1B and 07. RGB value is (26,27,7). Sum of RGB (Red+Green+Blue) = 26+27+7=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 27 - color contains mainly: green. Hex color #1A1B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1B07 is #E5E4F8. Grayscale: #181818. Windows color (decimal): -15066361 or 465690. OLE color: 465690.
HSL color Cylindrical-coordinate representation of color #1A1B07: hue angle of 63º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A1B07 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 27 | 7 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.89 |
| HSL | 63º | 0.59% | 0.07% | - |
| HSV(B) | 63º | 0.74% | 0.11% | - |
| XYZ | 0.86 | 1.02 | 0.35 | - |
| YUV | 24.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 7 | 0.04 | 0 | 0.74 | 0.89 | 63 | 0.59 | 0.07 |
| Hex | 1A | 1B | 7 | 4 | 0 | 4A | 59 | 3F | 3B | 7 |
| Octal | 32 | 33 | 7 | 4 | 0 | 112 | 131 | 77 | 73 | 7 |
| Binary | 11010 | 11011 | 111 | 100 | 0 | 1001010 | 1011001 | 111111 | 111011 | 111 |
Color Harmonies of #1A1B07
Complementary color
Monochromatic Colors of #1A1B07
Black with #1A1B07
Text Example
Text Example
White with #1A1B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B07; }
p { color: rgb(26,27,7); }
H1.HeaderClassName
{
color: #1A1B07;
}
.AnyTagClassName
{
color: #1A1B07;
}
</style>
background-color css
<style>
a { background-color: #1A1B07; }
a { background-color: rgb(26,27,7); }
div.DivClassName
{
background-color: #1A1B07;
}
.BgClassName
{
background-color: #1A1B07;
}
</style>
border-color css
<style>
span { border-color: #1A1B07; }
span { border-color: rgb(26,27,7); }
td.TdClassName
{
border-color: #1A1B07;
}
.TagClassName
{
border-color: #1A1B07;
}
</style>