Shades of Myrtle #0B280B
Tints of Myrtle #0B280B
RGB
CMYK
RGB Variations
Color information
#0B280B (or 0x0B280B) is known color: Myrtle. HEX triplet: 0B, 28 and 0B. RGB value is (11,40,11). Sum of RGB (Red+Green+Blue) = 11+40+11=62 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.74% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #0B280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B280B is #F4D7F4. Grayscale: #1C1C1C. Windows color (decimal): -16046069 or 731147. OLE color: 731147.
HSL color Cylindrical-coordinate representation of color #0B280B: hue angle of 120º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B280B is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 40 | 11 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.84 |
| HSL | 120º | 0.57% | 0.1% | - |
| HSV(B) | 120º | 0.73% | 0.16% | - |
| XYZ | 0.96 | 1.61 | 0.58 | - |
| YUV | 28.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 11 | 0.72 | 0 | 0.72 | 0.84 | 120 | 0.57 | 0.1 |
| Hex | B | 28 | B | 48 | 0 | 48 | 54 | 78 | 39 | A |
| Octal | 13 | 50 | 13 | 110 | 0 | 110 | 124 | 170 | 71 | 12 |
| Binary | 1011 | 101000 | 1011 | 1001000 | 0 | 1001000 | 1010100 | 1111000 | 111001 | 1010 |
Color Harmonies of #0B280B
Complementary color
Monochromatic Colors of #0B280B
Black with #0B280B
Text Example
Text Example
White with #0B280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B280B; }
p { color: rgb(11,40,11); }
H1.HeaderClassName
{
color: #0B280B;
}
.AnyTagClassName
{
color: #0B280B;
}
</style>
background-color css
<style>
a { background-color: #0B280B; }
a { background-color: rgb(11,40,11); }
div.DivClassName
{
background-color: #0B280B;
}
.BgClassName
{
background-color: #0B280B;
}
</style>
border-color css
<style>
span { border-color: #0B280B; }
span { border-color: rgb(11,40,11); }
td.TdClassName
{
border-color: #0B280B;
}
.TagClassName
{
border-color: #0B280B;
}
</style>