Shades of Maire #1F1D18
Tints of Maire #1F1D18
RGB
CMYK
RGB Variations
Color information
#1F1D18 (or 0x1F1D18) is known color: Maire. HEX triplet: 1F, 1D and 18. RGB value is (31,29,24). Sum of RGB (Red+Green+Blue) = 31+29+24=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1D18 is #E0E2E7. Grayscale: #1D1D1D. Windows color (decimal): -14738152 or 1580319. OLE color: 1580319.
HSL color Cylindrical-coordinate representation of color #1F1D18: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1F1D18 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 29 | 24 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.88 |
| HSL | 42.86º | 0.13% | 0.11% | - |
| HSV(B) | 42.86º | 0.23% | 0.12% | - |
| XYZ | 1.17 | 1.24 | 1.04 | - |
| YUV | 29.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 29 | 24 | 0 | 0.06 | 0.23 | 0.88 | 42.86 | 0.13 | 0.11 |
| Hex | 1F | 1D | 18 | 0 | 6 | 17 | 58 | 2B | D | B |
| Octal | 37 | 35 | 30 | 0 | 6 | 27 | 130 | 53 | 15 | 13 |
| Binary | 11111 | 11101 | 11000 | 0 | 110 | 10111 | 1011000 | 101011 | 1101 | 1011 |
Color Harmonies of #1F1D18
Complementary color
Monochromatic Colors of #1F1D18
Black with #1F1D18
Text Example
Text Example
White with #1F1D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1D18; }
p { color: rgb(31,29,24); }
H1.HeaderClassName
{
color: #1F1D18;
}
.AnyTagClassName
{
color: #1F1D18;
}
</style>
background-color css
<style>
a { background-color: #1F1D18; }
a { background-color: rgb(31,29,24); }
div.DivClassName
{
background-color: #1F1D18;
}
.BgClassName
{
background-color: #1F1D18;
}
</style>
border-color css
<style>
span { border-color: #1F1D18; }
span { border-color: rgb(31,29,24); }
td.TdClassName
{
border-color: #1F1D18;
}
.TagClassName
{
border-color: #1F1D18;
}
</style>