Shades of Maire #1F2000
Tints of Maire #1F2000
RGB
CMYK
RGB Variations
Color information
#1F2000 (or 0x1F2000) is known color: Maire. HEX triplet: 1F, 20 and 00. RGB value is (31,32,0). Sum of RGB (Red+Green+Blue) = 31+32+0=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #1F2000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2000 is #E0DFFF. Grayscale: #1C1C1C. Windows color (decimal): -14737408 or 8223. OLE color: 8223.
HSL color Cylindrical-coordinate representation of color #1F2000: hue angle of 61.88º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F2000 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 32 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.87 |
| HSL | 61.88º | 1% | 0.06% | - |
| HSV(B) | 61.88º | 1% | 0.13% | - |
| XYZ | 1.08 | 1.32 | 0.2 | - |
| YUV | 28.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 0 | 0.03 | 0 | 1 | 0.87 | 61.88 | 1 | 0.06 |
| Hex | 1F | 20 | 0 | 3 | 0 | 64 | 57 | 3E | 64 | 6 |
| Octal | 37 | 40 | 0 | 3 | 0 | 144 | 127 | 76 | 144 | 6 |
| Binary | 11111 | 100000 | 0 | 11 | 0 | 1100100 | 1010111 | 111110 | 1100100 | 110 |
Color Harmonies of #1F2000
Complementary color
Monochromatic Colors of #1F2000
Black with #1F2000
Text Example
Text Example
White with #1F2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2000; }
p { color: rgb(31,32,0); }
H1.HeaderClassName
{
color: #1F2000;
}
.AnyTagClassName
{
color: #1F2000;
}
</style>
background-color css
<style>
a { background-color: #1F2000; }
a { background-color: rgb(31,32,0); }
div.DivClassName
{
background-color: #1F2000;
}
.BgClassName
{
background-color: #1F2000;
}
</style>
border-color css
<style>
span { border-color: #1F2000; }
span { border-color: rgb(31,32,0); }
td.TdClassName
{
border-color: #1F2000;
}
.TagClassName
{
border-color: #1F2000;
}
</style>