Shades of Maire #1F1704
Tints of Maire #1F1704
RGB
CMYK
RGB Variations
Color information
#1F1704 (or 0x1F1704) is known color: Maire. HEX triplet: 1F, 17 and 04. RGB value is (31,23,4). Sum of RGB (Red+Green+Blue) = 31+23+4=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1704 is #E0E8FB. Grayscale: #171717. Windows color (decimal): -14739708 or 268063. OLE color: 268063.
HSL color Cylindrical-coordinate representation of color #1F1704: hue angle of 42.22º 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 #1F1704 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 23 | 4 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.88 |
| HSL | 42.22º | 0.77% | 0.07% | - |
| HSV(B) | 42.22º | 0.87% | 0.12% | - |
| XYZ | 0.89 | 0.91 | 0.24 | - |
| YUV | 23.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 4 | 0 | 0.26 | 0.87 | 0.88 | 42.22 | 0.77 | 0.07 |
| Hex | 1F | 17 | 4 | 0 | 1A | 57 | 58 | 2A | 4D | 7 |
| Octal | 37 | 27 | 4 | 0 | 32 | 127 | 130 | 52 | 115 | 7 |
| Binary | 11111 | 10111 | 100 | 0 | 11010 | 1010111 | 1011000 | 101010 | 1001101 | 111 |
Color Harmonies of #1F1704
Complementary color
Monochromatic Colors of #1F1704
Black with #1F1704
Text Example
Text Example
White with #1F1704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1704; }
p { color: rgb(31,23,4); }
H1.HeaderClassName
{
color: #1F1704;
}
.AnyTagClassName
{
color: #1F1704;
}
</style>
background-color css
<style>
a { background-color: #1F1704; }
a { background-color: rgb(31,23,4); }
div.DivClassName
{
background-color: #1F1704;
}
.BgClassName
{
background-color: #1F1704;
}
</style>
border-color css
<style>
span { border-color: #1F1704; }
span { border-color: rgb(31,23,4); }
td.TdClassName
{
border-color: #1F1704;
}
.TagClassName
{
border-color: #1F1704;
}
</style>