Shades of Myrtle #14330B
Tints of Myrtle #14330B
RGB
CMYK
RGB Variations
Color information
#14330B (or 0x14330B) is known color: Myrtle. HEX triplet: 14, 33 and 0B. RGB value is (20,51,11). Sum of RGB (Red+Green+Blue) = 20+51+11=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #14330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14330B is #EBCCF4. Grayscale: #252525. Windows color (decimal): -15453429 or 733972. OLE color: 733972.
HSL color Cylindrical-coordinate representation of color #14330B: hue angle of 106.5º degrees, saturation: 0.65, 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 #14330B is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 51 | 11 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.8 |
| HSL | 106.5º | 0.65% | 0.12% | - |
| HSV(B) | 106.5º | 0.78% | 0.2% | - |
| XYZ | 1.53 | 2.54 | 0.73 | - |
| YUV | 37.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 11 | 0.61 | 0 | 0.78 | 0.8 | 106.5 | 0.65 | 0.12 |
| Hex | 14 | 33 | B | 3D | 0 | 4E | 50 | 6A | 41 | C |
| Octal | 24 | 63 | 13 | 75 | 0 | 116 | 120 | 152 | 101 | 14 |
| Binary | 10100 | 110011 | 1011 | 111101 | 0 | 1001110 | 1010000 | 1101010 | 1000001 | 1100 |
Color Harmonies of #14330B
Complementary color
Monochromatic Colors of #14330B
Black with #14330B
Text Example
Text Example
White with #14330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14330B; }
p { color: rgb(20,51,11); }
H1.HeaderClassName
{
color: #14330B;
}
.AnyTagClassName
{
color: #14330B;
}
</style>
background-color css
<style>
a { background-color: #14330B; }
a { background-color: rgb(20,51,11); }
div.DivClassName
{
background-color: #14330B;
}
.BgClassName
{
background-color: #14330B;
}
</style>
border-color css
<style>
span { border-color: #14330B; }
span { border-color: rgb(20,51,11); }
td.TdClassName
{
border-color: #14330B;
}
.TagClassName
{
border-color: #14330B;
}
</style>