Shades of Myrtle #1F341B
Tints of Myrtle #1F341B
RGB
CMYK
RGB Variations
Color information
#1F341B (or 0x1F341B) is known color: Myrtle. HEX triplet: 1F, 34 and 1B. RGB value is (31,52,27). Sum of RGB (Red+Green+Blue) = 31+52+27=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #1F341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F341B is #E0CBE4. Grayscale: #2A2A2A. Windows color (decimal): -14732261 or 1782815. OLE color: 1782815.
HSL color Cylindrical-coordinate representation of color #1F341B: hue angle of 110.4º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F341B is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 27 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.80 |
| HSL | 110.4º | 0.32% | 0.15% | - |
| HSV(B) | 110.4º | 0.48% | 0.2% | - |
| XYZ | 1.99 | 2.83 | 1.48 | - |
| YUV | 42.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 27 | 0.40 | 0 | 0.48 | 0.80 | 110.4 | 0.32 | 0.15 |
| Hex | 1F | 34 | 1B | 28 | 0 | 30 | 50 | 6E | 20 | F |
| Octal | 37 | 64 | 33 | 50 | 0 | 60 | 120 | 156 | 40 | 17 |
| Binary | 11111 | 110100 | 11011 | 101000 | 0 | 110000 | 1010000 | 1101110 | 100000 | 1111 |
Color Harmonies of #1F341B
Complementary color
Monochromatic Colors of #1F341B
Black with #1F341B
Text Example
Text Example
White with #1F341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F341B; }
p { color: rgb(31,52,27); }
H1.HeaderClassName
{
color: #1F341B;
}
.AnyTagClassName
{
color: #1F341B;
}
</style>
background-color css
<style>
a { background-color: #1F341B; }
a { background-color: rgb(31,52,27); }
div.DivClassName
{
background-color: #1F341B;
}
.BgClassName
{
background-color: #1F341B;
}
</style>
border-color css
<style>
span { border-color: #1F341B; }
span { border-color: rgb(31,52,27); }
td.TdClassName
{
border-color: #1F341B;
}
.TagClassName
{
border-color: #1F341B;
}
</style>