Shades of Myrtle #0B2708
Tints of Myrtle #0B2708
RGB
CMYK
RGB Variations
Color information
#0B2708 (or 0x0B2708) is known color: Myrtle. HEX triplet: 0B, 27 and 08. RGB value is (11,39,8). Sum of RGB (Red+Green+Blue) = 11+39+8=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #0B2708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2708 is #F4D8F7. Grayscale: #1B1B1B. Windows color (decimal): -16046328 or 534283. OLE color: 534283.
HSL color Cylindrical-coordinate representation of color #0B2708: hue angle of 114.19º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B2708 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 39 | 8 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.85 |
| HSL | 114.19º | 0.66% | 0.09% | - |
| HSV(B) | 114.19º | 0.79% | 0.15% | - |
| XYZ | 0.91 | 1.54 | 0.48 | - |
| YUV | 27.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 8 | 0.72 | 0 | 0.79 | 0.85 | 114.19 | 0.66 | 0.09 |
| Hex | B | 27 | 8 | 48 | 0 | 4F | 55 | 72 | 42 | 9 |
| Octal | 13 | 47 | 10 | 110 | 0 | 117 | 125 | 162 | 102 | 11 |
| Binary | 1011 | 100111 | 1000 | 1001000 | 0 | 1001111 | 1010101 | 1110010 | 1000010 | 1001 |
Color Harmonies of #0B2708
Complementary color
Monochromatic Colors of #0B2708
Black with #0B2708
Text Example
Text Example
White with #0B2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2708; }
p { color: rgb(11,39,8); }
H1.HeaderClassName
{
color: #0B2708;
}
.AnyTagClassName
{
color: #0B2708;
}
</style>
background-color css
<style>
a { background-color: #0B2708; }
a { background-color: rgb(11,39,8); }
div.DivClassName
{
background-color: #0B2708;
}
.BgClassName
{
background-color: #0B2708;
}
</style>
border-color css
<style>
span { border-color: #0B2708; }
span { border-color: rgb(11,39,8); }
td.TdClassName
{
border-color: #0B2708;
}
.TagClassName
{
border-color: #0B2708;
}
</style>