Shades of Maire #1F1806
Tints of Maire #1F1806
RGB
CMYK
RGB Variations
Color information
#1F1806 (or 0x1F1806) is known color: Maire. HEX triplet: 1F, 18 and 06. RGB value is (31,24,6). Sum of RGB (Red+Green+Blue) = 31+24+6=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1806 is #E0E7F9. Grayscale: #181818. Windows color (decimal): -14739450 or 399391. OLE color: 399391.
HSL color Cylindrical-coordinate representation of color #1F1806: hue angle of 43.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F1806 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 24 | 6 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.88 |
| HSL | 43.2º | 0.68% | 0.07% | - |
| HSV(B) | 43.2º | 0.81% | 0.12% | - |
| XYZ | 0.92 | 0.96 | 0.31 | - |
| YUV | 24.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 6 | 0 | 0.23 | 0.81 | 0.88 | 43.2 | 0.68 | 0.07 |
| Hex | 1F | 18 | 6 | 0 | 17 | 51 | 58 | 2B | 44 | 7 |
| Octal | 37 | 30 | 6 | 0 | 27 | 121 | 130 | 53 | 104 | 7 |
| Binary | 11111 | 11000 | 110 | 0 | 10111 | 1010001 | 1011000 | 101011 | 1000100 | 111 |
Color Harmonies of #1F1806
Complementary color
Monochromatic Colors of #1F1806
Black with #1F1806
Text Example
Text Example
White with #1F1806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1806; }
p { color: rgb(31,24,6); }
H1.HeaderClassName
{
color: #1F1806;
}
.AnyTagClassName
{
color: #1F1806;
}
</style>
background-color css
<style>
a { background-color: #1F1806; }
a { background-color: rgb(31,24,6); }
div.DivClassName
{
background-color: #1F1806;
}
.BgClassName
{
background-color: #1F1806;
}
</style>
border-color css
<style>
span { border-color: #1F1806; }
span { border-color: rgb(31,24,6); }
td.TdClassName
{
border-color: #1F1806;
}
.TagClassName
{
border-color: #1F1806;
}
</style>