Shades of Myrtle #1F341C
Tints of Myrtle #1F341C
RGB
CMYK
RGB Variations
Color information
#1F341C (or 0x1F341C) is known color: Myrtle. HEX triplet: 1F, 34 and 1C. RGB value is (31,52,28). Sum of RGB (Red+Green+Blue) = 31+52+28=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #1F341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F341C is #E0CBE3. Grayscale: #2B2B2B. Windows color (decimal): -14732260 or 1848351. OLE color: 1848351.
HSL color Cylindrical-coordinate representation of color #1F341C: hue angle of 112.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F341C is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 28 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.80 |
| HSL | 112.5º | 0.3% | 0.16% | - |
| HSV(B) | 112.5º | 0.46% | 0.2% | - |
| XYZ | 2 | 2.83 | 1.54 | - |
| YUV | 42.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 28 | 0.40 | 0 | 0.46 | 0.80 | 112.5 | 0.3 | 0.16 |
| Hex | 1F | 34 | 1C | 28 | 0 | 2E | 50 | 70 | 1E | 10 |
| Octal | 37 | 64 | 34 | 50 | 0 | 56 | 120 | 160 | 36 | 20 |
| Binary | 11111 | 110100 | 11100 | 101000 | 0 | 101110 | 1010000 | 1110000 | 11110 | 10000 |
Color Harmonies of #1F341C
Complementary color
Monochromatic Colors of #1F341C
Black with #1F341C
Text Example
Text Example
White with #1F341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F341C; }
p { color: rgb(31,52,28); }
H1.HeaderClassName
{
color: #1F341C;
}
.AnyTagClassName
{
color: #1F341C;
}
</style>
background-color css
<style>
a { background-color: #1F341C; }
a { background-color: rgb(31,52,28); }
div.DivClassName
{
background-color: #1F341C;
}
.BgClassName
{
background-color: #1F341C;
}
</style>
border-color css
<style>
span { border-color: #1F341C; }
span { border-color: rgb(31,52,28); }
td.TdClassName
{
border-color: #1F341C;
}
.TagClassName
{
border-color: #1F341C;
}
</style>