Shades of Myrtle #0B1C05
Tints of Myrtle #0B1C05
RGB
CMYK
RGB Variations
Color information
#0B1C05 (or 0x0B1C05) is known color: Myrtle. HEX triplet: 0B, 1C and 05. RGB value is (11,28,5). Sum of RGB (Red+Green+Blue) = 11+28+5=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 28 (11.33% from 255 or 63.64% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C05 is #F4E3FA. Grayscale: #141414. Windows color (decimal): -16049147 or 334859. OLE color: 334859.
HSL color Cylindrical-coordinate representation of color #0B1C05: hue angle of 104.35º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B1C05 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 28 | 5 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.89 |
| HSL | 104.35º | 0.7% | 0.06% | - |
| HSV(B) | 104.35º | 0.82% | 0.11% | - |
| XYZ | 0.58 | 0.91 | 0.29 | - |
| YUV | 20.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 5 | 0.61 | 0 | 0.82 | 0.89 | 104.35 | 0.7 | 0.06 |
| Hex | B | 1C | 5 | 3D | 0 | 52 | 59 | 68 | 46 | 6 |
| Octal | 13 | 34 | 5 | 75 | 0 | 122 | 131 | 150 | 106 | 6 |
| Binary | 1011 | 11100 | 101 | 111101 | 0 | 1010010 | 1011001 | 1101000 | 1000110 | 110 |
Color Harmonies of #0B1C05
Complementary color
Monochromatic Colors of #0B1C05
Black with #0B1C05
Text Example
Text Example
White with #0B1C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1C05; }
p { color: rgb(11,28,5); }
H1.HeaderClassName
{
color: #0B1C05;
}
.AnyTagClassName
{
color: #0B1C05;
}
</style>
background-color css
<style>
a { background-color: #0B1C05; }
a { background-color: rgb(11,28,5); }
div.DivClassName
{
background-color: #0B1C05;
}
.BgClassName
{
background-color: #0B1C05;
}
</style>
border-color css
<style>
span { border-color: #0B1C05; }
span { border-color: rgb(11,28,5); }
td.TdClassName
{
border-color: #0B1C05;
}
.TagClassName
{
border-color: #0B1C05;
}
</style>