Shades of Myrtle #1F411B
Tints of Myrtle #1F411B
RGB
CMYK
RGB Variations
Color information
#1F411B (or 0x1F411B) is known color: Myrtle. HEX triplet: 1F, 41 and 1B. RGB value is (31,65,27). Sum of RGB (Red+Green+Blue) = 31+65+27=123 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.20% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #1F411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F411B is #E0BEE4. Grayscale: #323232. Windows color (decimal): -14728933 or 1786143. OLE color: 1786143.
HSL color Cylindrical-coordinate representation of color #1F411B: hue angle of 113.68º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F411B is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 27 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.75 |
| HSL | 113.68º | 0.41% | 0.18% | - |
| HSV(B) | 113.68º | 0.58% | 0.25% | - |
| XYZ | 2.65 | 4.15 | 1.7 | - |
| YUV | 50.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 27 | 0.52 | 0 | 0.58 | 0.75 | 113.68 | 0.41 | 0.18 |
| Hex | 1F | 41 | 1B | 34 | 0 | 3A | 4B | 72 | 29 | 12 |
| Octal | 37 | 101 | 33 | 64 | 0 | 72 | 113 | 162 | 51 | 22 |
| Binary | 11111 | 1000001 | 11011 | 110100 | 0 | 111010 | 1001011 | 1110010 | 101001 | 10010 |
Color Harmonies of #1F411B
Complementary color
Monochromatic Colors of #1F411B
Black with #1F411B
Text Example
Text Example
White with #1F411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F411B; }
p { color: rgb(31,65,27); }
H1.HeaderClassName
{
color: #1F411B;
}
.AnyTagClassName
{
color: #1F411B;
}
</style>
background-color css
<style>
a { background-color: #1F411B; }
a { background-color: rgb(31,65,27); }
div.DivClassName
{
background-color: #1F411B;
}
.BgClassName
{
background-color: #1F411B;
}
</style>
border-color css
<style>
span { border-color: #1F411B; }
span { border-color: rgb(31,65,27); }
td.TdClassName
{
border-color: #1F411B;
}
.TagClassName
{
border-color: #1F411B;
}
</style>