Shades of Myrtle #14310B
Tints of Myrtle #14310B
RGB
CMYK
RGB Variations
Color information
#14310B (or 0x14310B) is known color: Myrtle. HEX triplet: 14, 31 and 0B. RGB value is (20,49,11). Sum of RGB (Red+Green+Blue) = 20+49+11=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #14310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14310B is #EBCEF4. Grayscale: #242424. Windows color (decimal): -15453941 or 733460. OLE color: 733460.
HSL color Cylindrical-coordinate representation of color #14310B: hue angle of 105.79º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14310B is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 49 | 11 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.81 |
| HSL | 105.79º | 0.63% | 0.12% | - |
| HSV(B) | 105.79º | 0.78% | 0.19% | - |
| XYZ | 1.45 | 2.37 | 0.7 | - |
| YUV | 36 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 11 | 0.59 | 0 | 0.78 | 0.81 | 105.79 | 0.63 | 0.12 |
| Hex | 14 | 31 | B | 3B | 0 | 4E | 51 | 6A | 3F | C |
| Octal | 24 | 61 | 13 | 73 | 0 | 116 | 121 | 152 | 77 | 14 |
| Binary | 10100 | 110001 | 1011 | 111011 | 0 | 1001110 | 1010001 | 1101010 | 111111 | 1100 |
Color Harmonies of #14310B
Complementary color
Monochromatic Colors of #14310B
Black with #14310B
Text Example
Text Example
White with #14310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14310B; }
p { color: rgb(20,49,11); }
H1.HeaderClassName
{
color: #14310B;
}
.AnyTagClassName
{
color: #14310B;
}
</style>
background-color css
<style>
a { background-color: #14310B; }
a { background-color: rgb(20,49,11); }
div.DivClassName
{
background-color: #14310B;
}
.BgClassName
{
background-color: #14310B;
}
</style>
border-color css
<style>
span { border-color: #14310B; }
span { border-color: rgb(20,49,11); }
td.TdClassName
{
border-color: #14310B;
}
.TagClassName
{
border-color: #14310B;
}
</style>