Shades of Myrtle #1F400B
Tints of Myrtle #1F400B
RGB
CMYK
RGB Variations
Color information
#1F400B (or 0x1F400B) is known color: Myrtle. HEX triplet: 1F, 40 and 0B. RGB value is (31,64,11). Sum of RGB (Red+Green+Blue) = 31+64+11=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #1F400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F400B is #E0BFF4. Grayscale: #303030. Windows color (decimal): -14729205 or 737311. OLE color: 737311.
HSL color Cylindrical-coordinate representation of color #1F400B: hue angle of 97.36º 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 #1F400B is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 11 | - |
| CMYK | 0.52 | 0 | 0.83 | 0.75 |
| HSL | 97.36º | 0.71% | 0.15% | - |
| HSV(B) | 97.36º | 0.83% | 0.25% | - |
| XYZ | 2.46 | 3.98 | 0.96 | - |
| YUV | 48.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 11 | 0.52 | 0 | 0.83 | 0.75 | 97.36 | 0.71 | 0.15 |
| Hex | 1F | 40 | B | 34 | 0 | 53 | 4B | 61 | 47 | F |
| Octal | 37 | 100 | 13 | 64 | 0 | 123 | 113 | 141 | 107 | 17 |
| Binary | 11111 | 1000000 | 1011 | 110100 | 0 | 1010011 | 1001011 | 1100001 | 1000111 | 1111 |
Color Harmonies of #1F400B
Complementary color
Monochromatic Colors of #1F400B
Black with #1F400B
Text Example
Text Example
White with #1F400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F400B; }
p { color: rgb(31,64,11); }
H1.HeaderClassName
{
color: #1F400B;
}
.AnyTagClassName
{
color: #1F400B;
}
</style>
background-color css
<style>
a { background-color: #1F400B; }
a { background-color: rgb(31,64,11); }
div.DivClassName
{
background-color: #1F400B;
}
.BgClassName
{
background-color: #1F400B;
}
</style>
border-color css
<style>
span { border-color: #1F400B; }
span { border-color: rgb(31,64,11); }
td.TdClassName
{
border-color: #1F400B;
}
.TagClassName
{
border-color: #1F400B;
}
</style>