Shades of Maire #1A1304
Tints of Maire #1A1304
RGB
CMYK
RGB Variations
Color information
#1A1304 (or 0x1A1304) is known color: Maire. HEX triplet: 1A, 13 and 04. RGB value is (26,19,4). Sum of RGB (Red+Green+Blue) = 26+19+4=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1304 is #E5ECFB. Grayscale: #131313. Windows color (decimal): -15068412 or 267034. OLE color: 267034.
HSL color Cylindrical-coordinate representation of color #1A1304: hue angle of 40.91º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1304 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 19 | 4 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.90 |
| HSL | 40.91º | 0.73% | 0.06% | - |
| HSV(B) | 40.91º | 0.85% | 0.1% | - |
| XYZ | 0.68 | 0.69 | 0.21 | - |
| YUV | 19.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 4 | 0 | 0.27 | 0.85 | 0.90 | 40.91 | 0.73 | 0.06 |
| Hex | 1A | 13 | 4 | 0 | 1B | 55 | 5A | 29 | 49 | 6 |
| Octal | 32 | 23 | 4 | 0 | 33 | 125 | 132 | 51 | 111 | 6 |
| Binary | 11010 | 10011 | 100 | 0 | 11011 | 1010101 | 1011010 | 101001 | 1001001 | 110 |
Color Harmonies of #1A1304
Complementary color
Monochromatic Colors of #1A1304
Black with #1A1304
Text Example
Text Example
White with #1A1304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1304; }
p { color: rgb(26,19,4); }
H1.HeaderClassName
{
color: #1A1304;
}
.AnyTagClassName
{
color: #1A1304;
}
</style>
background-color css
<style>
a { background-color: #1A1304; }
a { background-color: rgb(26,19,4); }
div.DivClassName
{
background-color: #1A1304;
}
.BgClassName
{
background-color: #1A1304;
}
</style>
border-color css
<style>
span { border-color: #1A1304; }
span { border-color: rgb(26,19,4); }
td.TdClassName
{
border-color: #1A1304;
}
.TagClassName
{
border-color: #1A1304;
}
</style>