Shades of Maire #1A1500
Tints of Maire #1A1500
RGB
CMYK
RGB Variations
Color information
#1A1500 (or 0x1A1500) is known color: Maire. HEX triplet: 1A, 15 and 00. RGB value is (26,21,0). Sum of RGB (Red+Green+Blue) = 26+21+0=47 (6% of max value = 765). Red value is 26 (10.55% from 255 or 55.32% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1500 is #E5EAFF. Grayscale: #141414. Windows color (decimal): -15067904 or 5402. OLE color: 5402.
HSL color Cylindrical-coordinate representation of color #1A1500: hue angle of 48.46º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A1500 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 21 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.90 |
| HSL | 48.46º | 1% | 0.05% | - |
| HSV(B) | 48.46º | 1% | 0.1% | - |
| XYZ | 0.69 | 0.76 | 0.11 | - |
| YUV | 20.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 0 | 0 | 0.19 | 1 | 0.90 | 48.46 | 1 | 0.05 |
| Hex | 1A | 15 | 0 | 0 | 13 | 64 | 5A | 30 | 64 | 5 |
| Octal | 32 | 25 | 0 | 0 | 23 | 144 | 132 | 60 | 144 | 5 |
| Binary | 11010 | 10101 | 0 | 0 | 10011 | 1100100 | 1011010 | 110000 | 1100100 | 101 |
Color Harmonies of #1A1500
Complementary color
Monochromatic Colors of #1A1500
Black with #1A1500
Text Example
Text Example
White with #1A1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1500; }
p { color: rgb(26,21,0); }
H1.HeaderClassName
{
color: #1A1500;
}
.AnyTagClassName
{
color: #1A1500;
}
</style>
background-color css
<style>
a { background-color: #1A1500; }
a { background-color: rgb(26,21,0); }
div.DivClassName
{
background-color: #1A1500;
}
.BgClassName
{
background-color: #1A1500;
}
</style>
border-color css
<style>
span { border-color: #1A1500; }
span { border-color: rgb(26,21,0); }
td.TdClassName
{
border-color: #1A1500;
}
.TagClassName
{
border-color: #1A1500;
}
</style>