Shades of Maire #1F1804
Tints of Maire #1F1804
RGB
CMYK
RGB Variations
Color information
#1F1804 (or 0x1F1804) is known color: Maire. HEX triplet: 1F, 18 and 04. RGB value is (31,24,4). Sum of RGB (Red+Green+Blue) = 31+24+4=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1804 is #E0E7FB. Grayscale: #171717. Windows color (decimal): -14739452 or 268319. OLE color: 268319.
HSL color Cylindrical-coordinate representation of color #1F1804: hue angle of 44.44º 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 #1F1804 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 24 | 4 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.88 |
| HSL | 44.44º | 0.77% | 0.07% | - |
| HSV(B) | 44.44º | 0.87% | 0.12% | - |
| XYZ | 0.91 | 0.95 | 0.25 | - |
| YUV | 23.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 4 | 0 | 0.23 | 0.87 | 0.88 | 44.44 | 0.77 | 0.07 |
| Hex | 1F | 18 | 4 | 0 | 17 | 57 | 58 | 2C | 4D | 7 |
| Octal | 37 | 30 | 4 | 0 | 27 | 127 | 130 | 54 | 115 | 7 |
| Binary | 11111 | 11000 | 100 | 0 | 10111 | 1010111 | 1011000 | 101100 | 1001101 | 111 |
Color Harmonies of #1F1804
Complementary color
Monochromatic Colors of #1F1804
Black with #1F1804
Text Example
Text Example
White with #1F1804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1804; }
p { color: rgb(31,24,4); }
H1.HeaderClassName
{
color: #1F1804;
}
.AnyTagClassName
{
color: #1F1804;
}
</style>
background-color css
<style>
a { background-color: #1F1804; }
a { background-color: rgb(31,24,4); }
div.DivClassName
{
background-color: #1F1804;
}
.BgClassName
{
background-color: #1F1804;
}
</style>
border-color css
<style>
span { border-color: #1F1804; }
span { border-color: rgb(31,24,4); }
td.TdClassName
{
border-color: #1F1804;
}
.TagClassName
{
border-color: #1F1804;
}
</style>