Shades of Maire #1F1D11
Tints of Maire #1F1D11
RGB
CMYK
RGB Variations
Color information
#1F1D11 (or 0x1F1D11) is known color: Maire. HEX triplet: 1F, 1D and 11. RGB value is (31,29,17). Sum of RGB (Red+Green+Blue) = 31+29+17=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1D11 is #E0E2EE. Grayscale: #1C1C1C. Windows color (decimal): -14738159 or 1121567. OLE color: 1121567.
HSL color Cylindrical-coordinate representation of color #1F1D11: hue angle of 51.43º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F1D11 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 29 | 17 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.88 |
| HSL | 51.43º | 0.29% | 0.09% | - |
| HSV(B) | 51.43º | 0.45% | 0.12% | - |
| XYZ | 1.11 | 1.21 | 0.71 | - |
| YUV | 28.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 29 | 17 | 0 | 0.06 | 0.45 | 0.88 | 51.43 | 0.29 | 0.09 |
| Hex | 1F | 1D | 11 | 0 | 6 | 2D | 58 | 33 | 1D | 9 |
| Octal | 37 | 35 | 21 | 0 | 6 | 55 | 130 | 63 | 35 | 11 |
| Binary | 11111 | 11101 | 10001 | 0 | 110 | 101101 | 1011000 | 110011 | 11101 | 1001 |
Color Harmonies of #1F1D11
Complementary color
Monochromatic Colors of #1F1D11
Black with #1F1D11
Text Example
Text Example
White with #1F1D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1D11; }
p { color: rgb(31,29,17); }
H1.HeaderClassName
{
color: #1F1D11;
}
.AnyTagClassName
{
color: #1F1D11;
}
</style>
background-color css
<style>
a { background-color: #1F1D11; }
a { background-color: rgb(31,29,17); }
div.DivClassName
{
background-color: #1F1D11;
}
.BgClassName
{
background-color: #1F1D11;
}
</style>
border-color css
<style>
span { border-color: #1F1D11; }
span { border-color: rgb(31,29,17); }
td.TdClassName
{
border-color: #1F1D11;
}
.TagClassName
{
border-color: #1F1D11;
}
</style>