Shades of Myrtle #0B380A
Tints of Myrtle #0B380A
RGB
CMYK
RGB Variations
Color information
#0B380A (or 0x0B380A) is known color: Myrtle. HEX triplet: 0B, 38 and 0A. RGB value is (11,56,10). Sum of RGB (Red+Green+Blue) = 11+56+10=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 56 (22.27% from 255 or 72.73% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 56 - color contains mainly: green. Hex color #0B380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B380A is #F4C7F5. Grayscale: #252525. Windows color (decimal): -16041974 or 669707. OLE color: 669707.
HSL color Cylindrical-coordinate representation of color #0B380A: hue angle of 118.7º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B380A is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 56 | 10 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.78 |
| HSL | 118.7º | 0.7% | 0.13% | - |
| HSV(B) | 118.7º | 0.82% | 0.22% | - |
| XYZ | 1.61 | 2.92 | 0.77 | - |
| YUV | 37.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 10 | 0.80 | 0 | 0.82 | 0.78 | 118.7 | 0.7 | 0.13 |
| Hex | B | 38 | A | 50 | 0 | 52 | 4E | 77 | 46 | D |
| Octal | 13 | 70 | 12 | 120 | 0 | 122 | 116 | 167 | 106 | 15 |
| Binary | 1011 | 111000 | 1010 | 1010000 | 0 | 1010010 | 1001110 | 1110111 | 1000110 | 1101 |
Color Harmonies of #0B380A
Complementary color
Monochromatic Colors of #0B380A
Black with #0B380A
Text Example
Text Example
White with #0B380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B380A; }
p { color: rgb(11,56,10); }
H1.HeaderClassName
{
color: #0B380A;
}
.AnyTagClassName
{
color: #0B380A;
}
</style>
background-color css
<style>
a { background-color: #0B380A; }
a { background-color: rgb(11,56,10); }
div.DivClassName
{
background-color: #0B380A;
}
.BgClassName
{
background-color: #0B380A;
}
</style>
border-color css
<style>
span { border-color: #0B380A; }
span { border-color: rgb(11,56,10); }
td.TdClassName
{
border-color: #0B380A;
}
.TagClassName
{
border-color: #0B380A;
}
</style>