Shades of Maire #1F1F1D
Tints of Maire #1F1F1D
RGB
CMYK
RGB Variations
Color information
#1F1F1D (or 0x1F1F1D) is known color: Maire. HEX triplet: 1F, 1F and 1D. RGB value is (31,31,29). Sum of RGB (Red+Green+Blue) = 31+31+29=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 31 - color contains mainly: red, green. Hex color #1F1F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1F1D is #E0E0E2. Grayscale: #1E1E1E. Windows color (decimal): -14737635 or 1908511. OLE color: 1908511.
HSL color Cylindrical-coordinate representation of color #1F1F1D: hue angle of 60º degrees, saturation: 0.03, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #1F1F1D is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 31 | 29 | - |
| CMYK | 0 | 0 | 0.06 | 0.88 |
| HSL | 60º | 0.03% | 0.12% | - |
| HSV(B) | 60º | 0.06% | 0.12% | - |
| XYZ | 1.28 | 1.36 | 1.36 | - |
| YUV | 30.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 31 | 29 | 0 | 0 | 0.06 | 0.88 | 60 | 0.03 | 0.12 |
| Hex | 1F | 1F | 1D | 0 | 0 | 6 | 58 | 3C | 3 | C |
| Octal | 37 | 37 | 35 | 0 | 0 | 6 | 130 | 74 | 3 | 14 |
| Binary | 11111 | 11111 | 11101 | 0 | 0 | 110 | 1011000 | 111100 | 11 | 1100 |
Color Harmonies of #1F1F1D
Complementary color
Monochromatic Colors of #1F1F1D
Black with #1F1F1D
Text Example
Text Example
White with #1F1F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1F1D; }
p { color: rgb(31,31,29); }
H1.HeaderClassName
{
color: #1F1F1D;
}
.AnyTagClassName
{
color: #1F1F1D;
}
</style>
background-color css
<style>
a { background-color: #1F1F1D; }
a { background-color: rgb(31,31,29); }
div.DivClassName
{
background-color: #1F1F1D;
}
.BgClassName
{
background-color: #1F1F1D;
}
</style>
border-color css
<style>
span { border-color: #1F1F1D; }
span { border-color: rgb(31,31,29); }
td.TdClassName
{
border-color: #1F1F1D;
}
.TagClassName
{
border-color: #1F1F1D;
}
</style>