Shades of Myrtle #0B1C06
Tints of Myrtle #0B1C06
RGB
CMYK
RGB Variations
Color information
#0B1C06 (or 0x0B1C06) is known color: Myrtle. HEX triplet: 0B, 1C and 06. RGB value is (11,28,6). Sum of RGB (Red+Green+Blue) = 11+28+6=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C06 is #F4E3F9. Grayscale: #141414. Windows color (decimal): -16049146 or 400395. OLE color: 400395.
HSL color Cylindrical-coordinate representation of color #0B1C06: hue angle of 106.36º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B1C06 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 28 | 6 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.89 |
| HSL | 106.36º | 0.65% | 0.07% | - |
| HSV(B) | 106.36º | 0.79% | 0.11% | - |
| XYZ | 0.59 | 0.91 | 0.32 | - |
| YUV | 20.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 6 | 0.61 | 0 | 0.79 | 0.89 | 106.36 | 0.65 | 0.07 |
| Hex | B | 1C | 6 | 3D | 0 | 4F | 59 | 6A | 41 | 7 |
| Octal | 13 | 34 | 6 | 75 | 0 | 117 | 131 | 152 | 101 | 7 |
| Binary | 1011 | 11100 | 110 | 111101 | 0 | 1001111 | 1011001 | 1101010 | 1000001 | 111 |
Color Harmonies of #0B1C06
Complementary color
Monochromatic Colors of #0B1C06
Black with #0B1C06
Text Example
Text Example
White with #0B1C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1C06; }
p { color: rgb(11,28,6); }
H1.HeaderClassName
{
color: #0B1C06;
}
.AnyTagClassName
{
color: #0B1C06;
}
</style>
background-color css
<style>
a { background-color: #0B1C06; }
a { background-color: rgb(11,28,6); }
div.DivClassName
{
background-color: #0B1C06;
}
.BgClassName
{
background-color: #0B1C06;
}
</style>
border-color css
<style>
span { border-color: #0B1C06; }
span { border-color: rgb(11,28,6); }
td.TdClassName
{
border-color: #0B1C06;
}
.TagClassName
{
border-color: #0B1C06;
}
</style>