Shades of Myrtle #0B400F
Tints of Myrtle #0B400F
RGB
CMYK
RGB Variations
Color information
#0B400F (or 0x0B400F) is known color: Myrtle. HEX triplet: 0B, 40 and 0F. RGB value is (11,64,15). Sum of RGB (Red+Green+Blue) = 11+64+15=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #0B400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B400F is #F4BFF0. Grayscale: #2A2A2A. Windows color (decimal): -16039921 or 999435. OLE color: 999435.
HSL color Cylindrical-coordinate representation of color #0B400F: hue angle of 124.53º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B400F is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 64 | 15 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.75 |
| HSL | 124.53º | 0.71% | 0.15% | - |
| HSV(B) | 124.53º | 0.83% | 0.25% | - |
| XYZ | 2.06 | 3.77 | 1.07 | - |
| YUV | 42.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 15 | 0.83 | 0 | 0.77 | 0.75 | 124.53 | 0.71 | 0.15 |
| Hex | B | 40 | F | 53 | 0 | 4D | 4B | 7D | 47 | F |
| Octal | 13 | 100 | 17 | 123 | 0 | 115 | 113 | 175 | 107 | 17 |
| Binary | 1011 | 1000000 | 1111 | 1010011 | 0 | 1001101 | 1001011 | 1111101 | 1000111 | 1111 |
Color Harmonies of #0B400F
Complementary color
Monochromatic Colors of #0B400F
Black with #0B400F
Text Example
Text Example
White with #0B400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B400F; }
p { color: rgb(11,64,15); }
H1.HeaderClassName
{
color: #0B400F;
}
.AnyTagClassName
{
color: #0B400F;
}
</style>
background-color css
<style>
a { background-color: #0B400F; }
a { background-color: rgb(11,64,15); }
div.DivClassName
{
background-color: #0B400F;
}
.BgClassName
{
background-color: #0B400F;
}
</style>
border-color css
<style>
span { border-color: #0B400F; }
span { border-color: rgb(11,64,15); }
td.TdClassName
{
border-color: #0B400F;
}
.TagClassName
{
border-color: #0B400F;
}
</style>