Shades of Myrtle #1F321F
Tints of Myrtle #1F321F
RGB
CMYK
RGB Variations
Color information
#1F321F (or 0x1F321F) is known color: Myrtle. HEX triplet: 1F, 32 and 1F. RGB value is (31,50,31). Sum of RGB (Red+Green+Blue) = 31+50+31=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #1F321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F321F is #E0CDE0. Grayscale: #2A2A2A. Windows color (decimal): -14732769 or 2044447. OLE color: 2044447.
HSL color Cylindrical-coordinate representation of color #1F321F: hue angle of 120º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F321F is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 50 | 31 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.80 |
| HSL | 120º | 0.23% | 0.16% | - |
| HSV(B) | 120º | 0.38% | 0.2% | - |
| XYZ | 1.95 | 2.67 | 1.71 | - |
| YUV | 42.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 31 | 0.38 | 0 | 0.38 | 0.80 | 120 | 0.23 | 0.16 |
| Hex | 1F | 32 | 1F | 26 | 0 | 26 | 50 | 78 | 17 | 10 |
| Octal | 37 | 62 | 37 | 46 | 0 | 46 | 120 | 170 | 27 | 20 |
| Binary | 11111 | 110010 | 11111 | 100110 | 0 | 100110 | 1010000 | 1111000 | 10111 | 10000 |
Color Harmonies of #1F321F
Complementary color
Monochromatic Colors of #1F321F
Black with #1F321F
Text Example
Text Example
White with #1F321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F321F; }
p { color: rgb(31,50,31); }
H1.HeaderClassName
{
color: #1F321F;
}
.AnyTagClassName
{
color: #1F321F;
}
</style>
background-color css
<style>
a { background-color: #1F321F; }
a { background-color: rgb(31,50,31); }
div.DivClassName
{
background-color: #1F321F;
}
.BgClassName
{
background-color: #1F321F;
}
</style>
border-color css
<style>
span { border-color: #1F321F; }
span { border-color: rgb(31,50,31); }
td.TdClassName
{
border-color: #1F321F;
}
.TagClassName
{
border-color: #1F321F;
}
</style>