Shades of Myrtle #1F421B
Tints of Myrtle #1F421B
RGB
CMYK
RGB Variations
Color information
#1F421B (or 0x1F421B) is known color: Myrtle. HEX triplet: 1F, 42 and 1B. RGB value is (31,66,27). Sum of RGB (Red+Green+Blue) = 31+66+27=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #1F421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F421B is #E0BDE4. Grayscale: #333333. Windows color (decimal): -14728677 or 1786399. OLE color: 1786399.
HSL color Cylindrical-coordinate representation of color #1F421B: hue angle of 113.85º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F421B is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 66 | 27 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.74 |
| HSL | 113.85º | 0.42% | 0.18% | - |
| HSV(B) | 113.85º | 0.59% | 0.26% | - |
| XYZ | 2.71 | 4.27 | 1.72 | - |
| YUV | 51.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 27 | 0.53 | 0 | 0.59 | 0.74 | 113.85 | 0.42 | 0.18 |
| Hex | 1F | 42 | 1B | 35 | 0 | 3B | 4A | 72 | 2A | 12 |
| Octal | 37 | 102 | 33 | 65 | 0 | 73 | 112 | 162 | 52 | 22 |
| Binary | 11111 | 1000010 | 11011 | 110101 | 0 | 111011 | 1001010 | 1110010 | 101010 | 10010 |
Color Harmonies of #1F421B
Complementary color
Monochromatic Colors of #1F421B
Black with #1F421B
Text Example
Text Example
White with #1F421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F421B; }
p { color: rgb(31,66,27); }
H1.HeaderClassName
{
color: #1F421B;
}
.AnyTagClassName
{
color: #1F421B;
}
</style>
background-color css
<style>
a { background-color: #1F421B; }
a { background-color: rgb(31,66,27); }
div.DivClassName
{
background-color: #1F421B;
}
.BgClassName
{
background-color: #1F421B;
}
</style>
border-color css
<style>
span { border-color: #1F421B; }
span { border-color: rgb(31,66,27); }
td.TdClassName
{
border-color: #1F421B;
}
.TagClassName
{
border-color: #1F421B;
}
</style>