Shades of Maire #1F1D0E
Tints of Maire #1F1D0E
RGB
CMYK
RGB Variations
Color information
#1F1D0E (or 0x1F1D0E) is known color: Maire. HEX triplet: 1F, 1D and 0E. RGB value is (31,29,14). Sum of RGB (Red+Green+Blue) = 31+29+14=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1D0E is #E0E2F1. Grayscale: #1B1B1B. Windows color (decimal): -14738162 or 924959. OLE color: 924959.
HSL color Cylindrical-coordinate representation of color #1F1D0E: hue angle of 52.94º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F1D0E is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 29 | 14 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.88 |
| HSL | 52.94º | 0.38% | 0.09% | - |
| HSV(B) | 52.94º | 0.55% | 0.12% | - |
| XYZ | 1.08 | 1.2 | 0.59 | - |
| YUV | 27.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 29 | 14 | 0 | 0.06 | 0.55 | 0.88 | 52.94 | 0.38 | 0.09 |
| Hex | 1F | 1D | E | 0 | 6 | 37 | 58 | 35 | 26 | 9 |
| Octal | 37 | 35 | 16 | 0 | 6 | 67 | 130 | 65 | 46 | 11 |
| Binary | 11111 | 11101 | 1110 | 0 | 110 | 110111 | 1011000 | 110101 | 100110 | 1001 |
Color Harmonies of #1F1D0E
Complementary color
Monochromatic Colors of #1F1D0E
Black with #1F1D0E
Text Example
Text Example
White with #1F1D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1D0E; }
p { color: rgb(31,29,14); }
H1.HeaderClassName
{
color: #1F1D0E;
}
.AnyTagClassName
{
color: #1F1D0E;
}
</style>
background-color css
<style>
a { background-color: #1F1D0E; }
a { background-color: rgb(31,29,14); }
div.DivClassName
{
background-color: #1F1D0E;
}
.BgClassName
{
background-color: #1F1D0E;
}
</style>
border-color css
<style>
span { border-color: #1F1D0E; }
span { border-color: rgb(31,29,14); }
td.TdClassName
{
border-color: #1F1D0E;
}
.TagClassName
{
border-color: #1F1D0E;
}
</style>