Shades of Maire #1A1503
Tints of Maire #1A1503
RGB
CMYK
RGB Variations
Color information
#1A1503 (or 0x1A1503) is known color: Maire. HEX triplet: 1A, 15 and 03. RGB value is (26,21,3). Sum of RGB (Red+Green+Blue) = 26+21+3=50 (6% of max value = 765). Red value is 26 (10.55% from 255 or 52% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1503 is #E5EAFC. Grayscale: #141414. Windows color (decimal): -15067901 or 202010. OLE color: 202010.
HSL color Cylindrical-coordinate representation of color #1A1503: hue angle of 46.96º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A1503 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 21 | 3 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.90 |
| HSL | 46.96º | 0.79% | 0.06% | - |
| HSV(B) | 46.96º | 0.88% | 0.1% | - |
| XYZ | 0.71 | 0.76 | 0.2 | - |
| YUV | 20.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 3 | 0 | 0.19 | 0.88 | 0.90 | 46.96 | 0.79 | 0.06 |
| Hex | 1A | 15 | 3 | 0 | 13 | 58 | 5A | 2F | 4F | 6 |
| Octal | 32 | 25 | 3 | 0 | 23 | 130 | 132 | 57 | 117 | 6 |
| Binary | 11010 | 10101 | 11 | 0 | 10011 | 1011000 | 1011010 | 101111 | 1001111 | 110 |
Color Harmonies of #1A1503
Complementary color
Monochromatic Colors of #1A1503
Black with #1A1503
Text Example
Text Example
White with #1A1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1503; }
p { color: rgb(26,21,3); }
H1.HeaderClassName
{
color: #1A1503;
}
.AnyTagClassName
{
color: #1A1503;
}
</style>
background-color css
<style>
a { background-color: #1A1503; }
a { background-color: rgb(26,21,3); }
div.DivClassName
{
background-color: #1A1503;
}
.BgClassName
{
background-color: #1A1503;
}
</style>
border-color css
<style>
span { border-color: #1A1503; }
span { border-color: rgb(26,21,3); }
td.TdClassName
{
border-color: #1A1503;
}
.TagClassName
{
border-color: #1A1503;
}
</style>