Shades of Myrtle #1F321D
Tints of Myrtle #1F321D
RGB
CMYK
RGB Variations
Color information
#1F321D (or 0x1F321D) is known color: Myrtle. HEX triplet: 1F, 32 and 1D. RGB value is (31,50,29). Sum of RGB (Red+Green+Blue) = 31+50+29=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #1F321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F321D is #E0CDE2. Grayscale: #292929. Windows color (decimal): -14732771 or 1913375. OLE color: 1913375.
HSL color Cylindrical-coordinate representation of color #1F321D: hue angle of 114.29º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F321D is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 50 | 29 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.80 |
| HSL | 114.29º | 0.27% | 0.15% | - |
| HSV(B) | 114.29º | 0.42% | 0.2% | - |
| XYZ | 1.93 | 2.66 | 1.57 | - |
| YUV | 41.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 29 | 0.38 | 0 | 0.42 | 0.80 | 114.29 | 0.27 | 0.15 |
| Hex | 1F | 32 | 1D | 26 | 0 | 2A | 50 | 72 | 1B | F |
| Octal | 37 | 62 | 35 | 46 | 0 | 52 | 120 | 162 | 33 | 17 |
| Binary | 11111 | 110010 | 11101 | 100110 | 0 | 101010 | 1010000 | 1110010 | 11011 | 1111 |
Color Harmonies of #1F321D
Complementary color
Monochromatic Colors of #1F321D
Black with #1F321D
Text Example
Text Example
White with #1F321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F321D; }
p { color: rgb(31,50,29); }
H1.HeaderClassName
{
color: #1F321D;
}
.AnyTagClassName
{
color: #1F321D;
}
</style>
background-color css
<style>
a { background-color: #1F321D; }
a { background-color: rgb(31,50,29); }
div.DivClassName
{
background-color: #1F321D;
}
.BgClassName
{
background-color: #1F321D;
}
</style>
border-color css
<style>
span { border-color: #1F321D; }
span { border-color: rgb(31,50,29); }
td.TdClassName
{
border-color: #1F321D;
}
.TagClassName
{
border-color: #1F321D;
}
</style>