Shades of Myrtle #0B390B
Tints of Myrtle #0B390B
RGB
CMYK
RGB Variations
Color information
#0B390B (or 0x0B390B) is known color: Myrtle. HEX triplet: 0B, 39 and 0B. RGB value is (11,57,11). Sum of RGB (Red+Green+Blue) = 11+57+11=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 57 (22.66% from 255 or 72.15% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 57 - color contains mainly: green. Hex color #0B390B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B390B is #F4C6F4. Grayscale: #262626. Windows color (decimal): -16041717 or 735499. OLE color: 735499.
HSL color Cylindrical-coordinate representation of color #0B390B: hue angle of 120º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B390B is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 57 | 11 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.78 |
| HSL | 120º | 0.68% | 0.13% | - |
| HSV(B) | 120º | 0.81% | 0.22% | - |
| XYZ | 1.66 | 3.02 | 0.81 | - |
| YUV | 38 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 11 | 0.81 | 0 | 0.81 | 0.78 | 120 | 0.68 | 0.13 |
| Hex | B | 39 | B | 51 | 0 | 51 | 4E | 78 | 44 | D |
| Octal | 13 | 71 | 13 | 121 | 0 | 121 | 116 | 170 | 104 | 15 |
| Binary | 1011 | 111001 | 1011 | 1010001 | 0 | 1010001 | 1001110 | 1111000 | 1000100 | 1101 |
Color Harmonies of #0B390B
Complementary color
Monochromatic Colors of #0B390B
Black with #0B390B
Text Example
Text Example
White with #0B390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B390B; }
p { color: rgb(11,57,11); }
H1.HeaderClassName
{
color: #0B390B;
}
.AnyTagClassName
{
color: #0B390B;
}
</style>
background-color css
<style>
a { background-color: #0B390B; }
a { background-color: rgb(11,57,11); }
div.DivClassName
{
background-color: #0B390B;
}
.BgClassName
{
background-color: #0B390B;
}
</style>
border-color css
<style>
span { border-color: #0B390B; }
span { border-color: rgb(11,57,11); }
td.TdClassName
{
border-color: #0B390B;
}
.TagClassName
{
border-color: #0B390B;
}
</style>