Shades of Maire #1A1301
Tints of Maire #1A1301
RGB
CMYK
RGB Variations
Color information
#1A1301 (or 0x1A1301) is known color: Maire. HEX triplet: 1A, 13 and 01. RGB value is (26,19,1). Sum of RGB (Red+Green+Blue) = 26+19+1=46 (6% of max value = 765). Red value is 26 (10.55% from 255 or 56.52% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1301 is #E5ECFE. Grayscale: #131313. Windows color (decimal): -15068415 or 70426. OLE color: 70426.
HSL color Cylindrical-coordinate representation of color #1A1301: hue angle of 43.2º 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 #1A1301 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 19 | 1 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.90 |
| HSL | 43.2º | 0.93% | 0.05% | - |
| HSV(B) | 43.2º | 0.96% | 0.1% | - |
| XYZ | 0.66 | 0.69 | 0.13 | - |
| YUV | 19.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 1 | 0 | 0.27 | 0.96 | 0.90 | 43.2 | 0.93 | 0.05 |
| Hex | 1A | 13 | 1 | 0 | 1B | 60 | 5A | 2B | 5D | 5 |
| Octal | 32 | 23 | 1 | 0 | 33 | 140 | 132 | 53 | 135 | 5 |
| Binary | 11010 | 10011 | 1 | 0 | 11011 | 1100000 | 1011010 | 101011 | 1011101 | 101 |
Color Harmonies of #1A1301
Complementary color
Monochromatic Colors of #1A1301
Black with #1A1301
Text Example
Text Example
White with #1A1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1301; }
p { color: rgb(26,19,1); }
H1.HeaderClassName
{
color: #1A1301;
}
.AnyTagClassName
{
color: #1A1301;
}
</style>
background-color css
<style>
a { background-color: #1A1301; }
a { background-color: rgb(26,19,1); }
div.DivClassName
{
background-color: #1A1301;
}
.BgClassName
{
background-color: #1A1301;
}
</style>
border-color css
<style>
span { border-color: #1A1301; }
span { border-color: rgb(26,19,1); }
td.TdClassName
{
border-color: #1A1301;
}
.TagClassName
{
border-color: #1A1301;
}
</style>