Shades of Maire #1F1F00
Tints of Maire #1F1F00
RGB
CMYK
RGB Variations
Color information
#1F1F00 (or 0x1F1F00) is known color: Maire. HEX triplet: 1F, 1F and 00. RGB value is (31,31,0). Sum of RGB (Red+Green+Blue) = 31+31+0=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 31 (12.5% from 255 or 50% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 31 - color contains mainly: red, green. Hex color #1F1F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1F00 is #E0E0FF. Grayscale: #1B1B1B. Windows color (decimal): -14737664 or 7967. OLE color: 7967.
HSL color Cylindrical-coordinate representation of color #1F1F00: hue angle of 60º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F1F00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 31 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.88 |
| HSL | 60º | 1% | 0.06% | - |
| HSV(B) | 60º | 1% | 0.12% | - |
| XYZ | 1.06 | 1.27 | 0.19 | - |
| YUV | 27.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 31 | 0 | 0 | 0 | 1 | 0.88 | 60 | 1 | 0.06 |
| Hex | 1F | 1F | 0 | 0 | 0 | 64 | 58 | 3C | 64 | 6 |
| Octal | 37 | 37 | 0 | 0 | 0 | 144 | 130 | 74 | 144 | 6 |
| Binary | 11111 | 11111 | 0 | 0 | 0 | 1100100 | 1011000 | 111100 | 1100100 | 110 |
Color Harmonies of #1F1F00
Complementary color
Monochromatic Colors of #1F1F00
Black with #1F1F00
Text Example
Text Example
White with #1F1F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1F00; }
p { color: rgb(31,31,0); }
H1.HeaderClassName
{
color: #1F1F00;
}
.AnyTagClassName
{
color: #1F1F00;
}
</style>
background-color css
<style>
a { background-color: #1F1F00; }
a { background-color: rgb(31,31,0); }
div.DivClassName
{
background-color: #1F1F00;
}
.BgClassName
{
background-color: #1F1F00;
}
</style>
border-color css
<style>
span { border-color: #1F1F00; }
span { border-color: rgb(31,31,0); }
td.TdClassName
{
border-color: #1F1F00;
}
.TagClassName
{
border-color: #1F1F00;
}
</style>