Shades of Myrtle #0B3407
Tints of Myrtle #0B3407
RGB
CMYK
RGB Variations
Color information
#0B3407 (or 0x0B3407) is known color: Myrtle. HEX triplet: 0B, 34 and 07. RGB value is (11,52,7). Sum of RGB (Red+Green+Blue) = 11+52+7=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #0B3407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3407 is #F4CBF8. Grayscale: #222222. Windows color (decimal): -16043001 or 472075. OLE color: 472075.
HSL color Cylindrical-coordinate representation of color #0B3407: hue angle of 114.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B3407 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 7 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.80 |
| HSL | 114.67º | 0.76% | 0.12% | - |
| HSV(B) | 114.67º | 0.87% | 0.2% | - |
| XYZ | 1.4 | 2.54 | 0.62 | - |
| YUV | 34.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 7 | 0.79 | 0 | 0.87 | 0.80 | 114.67 | 0.76 | 0.12 |
| Hex | B | 34 | 7 | 4F | 0 | 57 | 50 | 73 | 4C | C |
| Octal | 13 | 64 | 7 | 117 | 0 | 127 | 120 | 163 | 114 | 14 |
| Binary | 1011 | 110100 | 111 | 1001111 | 0 | 1010111 | 1010000 | 1110011 | 1001100 | 1100 |
Color Harmonies of #0B3407
Complementary color
Monochromatic Colors of #0B3407
Black with #0B3407
Text Example
Text Example
White with #0B3407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3407; }
p { color: rgb(11,52,7); }
H1.HeaderClassName
{
color: #0B3407;
}
.AnyTagClassName
{
color: #0B3407;
}
</style>
background-color css
<style>
a { background-color: #0B3407; }
a { background-color: rgb(11,52,7); }
div.DivClassName
{
background-color: #0B3407;
}
.BgClassName
{
background-color: #0B3407;
}
</style>
border-color css
<style>
span { border-color: #0B3407; }
span { border-color: rgb(11,52,7); }
td.TdClassName
{
border-color: #0B3407;
}
.TagClassName
{
border-color: #0B3407;
}
</style>