Shades of Myrtle #14320B
Tints of Myrtle #14320B
RGB
CMYK
RGB Variations
Color information
#14320B (or 0x14320B) is known color: Myrtle. HEX triplet: 14, 32 and 0B. RGB value is (20,50,11). Sum of RGB (Red+Green+Blue) = 20+50+11=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #14320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14320B is #EBCDF4. Grayscale: #242424. Windows color (decimal): -15453685 or 733716. OLE color: 733716.
HSL color Cylindrical-coordinate representation of color #14320B: hue angle of 106.15º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14320B is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 50 | 11 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.80 |
| HSL | 106.15º | 0.64% | 0.12% | - |
| HSV(B) | 106.15º | 0.78% | 0.2% | - |
| XYZ | 1.49 | 2.45 | 0.71 | - |
| YUV | 36.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 11 | 0.60 | 0 | 0.78 | 0.80 | 106.15 | 0.64 | 0.12 |
| Hex | 14 | 32 | B | 3C | 0 | 4E | 50 | 6A | 40 | C |
| Octal | 24 | 62 | 13 | 74 | 0 | 116 | 120 | 152 | 100 | 14 |
| Binary | 10100 | 110010 | 1011 | 111100 | 0 | 1001110 | 1010000 | 1101010 | 1000000 | 1100 |
Color Harmonies of #14320B
Complementary color
Monochromatic Colors of #14320B
Black with #14320B
Text Example
Text Example
White with #14320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14320B; }
p { color: rgb(20,50,11); }
H1.HeaderClassName
{
color: #14320B;
}
.AnyTagClassName
{
color: #14320B;
}
</style>
background-color css
<style>
a { background-color: #14320B; }
a { background-color: rgb(20,50,11); }
div.DivClassName
{
background-color: #14320B;
}
.BgClassName
{
background-color: #14320B;
}
</style>
border-color css
<style>
span { border-color: #14320B; }
span { border-color: rgb(20,50,11); }
td.TdClassName
{
border-color: #14320B;
}
.TagClassName
{
border-color: #14320B;
}
</style>