Shades of Maire #1A1C01
Tints of Maire #1A1C01
RGB
CMYK
RGB Variations
Color information
#1A1C01 (or 0x1A1C01) is known color: Maire. HEX triplet: 1A, 1C and 01. RGB value is (26,28,1). Sum of RGB (Red+Green+Blue) = 26+28+1=55 (7% of max value = 765). Red value is 26 (10.55% from 255 or 47.27% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C01 is #E5E3FE. Grayscale: #181818. Windows color (decimal): -15066111 or 72730. OLE color: 72730.
HSL color Cylindrical-coordinate representation of color #1A1C01: hue angle of 64.44º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A1C01 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 28 | 1 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.89 |
| HSL | 64.44º | 0.93% | 0.06% | - |
| HSV(B) | 64.44º | 0.96% | 0.11% | - |
| XYZ | 0.85 | 1.05 | 0.19 | - |
| YUV | 24.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 1 | 0.07 | 0 | 0.96 | 0.89 | 64.44 | 0.93 | 0.06 |
| Hex | 1A | 1C | 1 | 7 | 0 | 60 | 59 | 40 | 5D | 6 |
| Octal | 32 | 34 | 1 | 7 | 0 | 140 | 131 | 100 | 135 | 6 |
| Binary | 11010 | 11100 | 1 | 111 | 0 | 1100000 | 1011001 | 1000000 | 1011101 | 110 |
Color Harmonies of #1A1C01
Complementary color
Monochromatic Colors of #1A1C01
Black with #1A1C01
Text Example
Text Example
White with #1A1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C01; }
p { color: rgb(26,28,1); }
H1.HeaderClassName
{
color: #1A1C01;
}
.AnyTagClassName
{
color: #1A1C01;
}
</style>
background-color css
<style>
a { background-color: #1A1C01; }
a { background-color: rgb(26,28,1); }
div.DivClassName
{
background-color: #1A1C01;
}
.BgClassName
{
background-color: #1A1C01;
}
</style>
border-color css
<style>
span { border-color: #1A1C01; }
span { border-color: rgb(26,28,1); }
td.TdClassName
{
border-color: #1A1C01;
}
.TagClassName
{
border-color: #1A1C01;
}
</style>