Shades of Maire #1F1A04
Tints of Maire #1F1A04
RGB
CMYK
RGB Variations
Color information
#1F1A04 (or 0x1F1A04) is known color: Maire. HEX triplet: 1F, 1A and 04. RGB value is (31,26,4). Sum of RGB (Red+Green+Blue) = 31+26+4=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1A04 is #E0E5FB. Grayscale: #191919. Windows color (decimal): -14738940 or 268831. OLE color: 268831.
HSL color Cylindrical-coordinate representation of color #1F1A04: hue angle of 48.89º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1A04 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 26 | 4 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.88 |
| HSL | 48.89º | 0.77% | 0.07% | - |
| HSV(B) | 48.89º | 0.87% | 0.12% | - |
| XYZ | 0.96 | 1.04 | 0.26 | - |
| YUV | 24.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 26 | 4 | 0 | 0.16 | 0.87 | 0.88 | 48.89 | 0.77 | 0.07 |
| Hex | 1F | 1A | 4 | 0 | 10 | 57 | 58 | 31 | 4D | 7 |
| Octal | 37 | 32 | 4 | 0 | 20 | 127 | 130 | 61 | 115 | 7 |
| Binary | 11111 | 11010 | 100 | 0 | 10000 | 1010111 | 1011000 | 110001 | 1001101 | 111 |
Color Harmonies of #1F1A04
Complementary color
Monochromatic Colors of #1F1A04
Black with #1F1A04
Text Example
Text Example
White with #1F1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1A04; }
p { color: rgb(31,26,4); }
H1.HeaderClassName
{
color: #1F1A04;
}
.AnyTagClassName
{
color: #1F1A04;
}
</style>
background-color css
<style>
a { background-color: #1F1A04; }
a { background-color: rgb(31,26,4); }
div.DivClassName
{
background-color: #1F1A04;
}
.BgClassName
{
background-color: #1F1A04;
}
</style>
border-color css
<style>
span { border-color: #1F1A04; }
span { border-color: rgb(31,26,4); }
td.TdClassName
{
border-color: #1F1A04;
}
.TagClassName
{
border-color: #1F1A04;
}
</style>