Shades of Myrtle #1F410B
Tints of Myrtle #1F410B
RGB
CMYK
RGB Variations
Color information
#1F410B (or 0x1F410B) is known color: Myrtle. HEX triplet: 1F, 41 and 0B. RGB value is (31,65,11). Sum of RGB (Red+Green+Blue) = 31+65+11=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #1F410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F410B is #E0BEF4. Grayscale: #303030. Windows color (decimal): -14728949 or 737567. OLE color: 737567.
HSL color Cylindrical-coordinate representation of color #1F410B: hue angle of 97.78º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F410B is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 11 | - |
| CMYK | 0.52 | 0 | 0.83 | 0.75 |
| HSL | 97.78º | 0.71% | 0.15% | - |
| HSV(B) | 97.78º | 0.83% | 0.25% | - |
| XYZ | 2.52 | 4.1 | 0.97 | - |
| YUV | 48.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 11 | 0.52 | 0 | 0.83 | 0.75 | 97.78 | 0.71 | 0.15 |
| Hex | 1F | 41 | B | 34 | 0 | 53 | 4B | 62 | 47 | F |
| Octal | 37 | 101 | 13 | 64 | 0 | 123 | 113 | 142 | 107 | 17 |
| Binary | 11111 | 1000001 | 1011 | 110100 | 0 | 1010011 | 1001011 | 1100010 | 1000111 | 1111 |
Color Harmonies of #1F410B
Complementary color
Monochromatic Colors of #1F410B
Black with #1F410B
Text Example
Text Example
White with #1F410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F410B; }
p { color: rgb(31,65,11); }
H1.HeaderClassName
{
color: #1F410B;
}
.AnyTagClassName
{
color: #1F410B;
}
</style>
background-color css
<style>
a { background-color: #1F410B; }
a { background-color: rgb(31,65,11); }
div.DivClassName
{
background-color: #1F410B;
}
.BgClassName
{
background-color: #1F410B;
}
</style>
border-color css
<style>
span { border-color: #1F410B; }
span { border-color: rgb(31,65,11); }
td.TdClassName
{
border-color: #1F410B;
}
.TagClassName
{
border-color: #1F410B;
}
</style>