Shades of Myrtle #0B380F
Tints of Myrtle #0B380F
RGB
CMYK
RGB Variations
Color information
#0B380F (or 0x0B380F) is known color: Myrtle. HEX triplet: 0B, 38 and 0F. RGB value is (11,56,15). Sum of RGB (Red+Green+Blue) = 11+56+15=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 56 (22.27% from 255 or 68.29% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 56 - color contains mainly: green. Hex color #0B380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B380F is #F4C7F0. Grayscale: #252525. Windows color (decimal): -16041969 or 997387. OLE color: 997387.
HSL color Cylindrical-coordinate representation of color #0B380F: hue angle of 125.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B380F is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 56 | 15 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.78 |
| HSL | 125.33º | 0.67% | 0.13% | - |
| HSV(B) | 125.33º | 0.8% | 0.22% | - |
| XYZ | 1.64 | 2.93 | 0.93 | - |
| YUV | 37.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 15 | 0.80 | 0 | 0.73 | 0.78 | 125.33 | 0.67 | 0.13 |
| Hex | B | 38 | F | 50 | 0 | 49 | 4E | 7D | 43 | D |
| Octal | 13 | 70 | 17 | 120 | 0 | 111 | 116 | 175 | 103 | 15 |
| Binary | 1011 | 111000 | 1111 | 1010000 | 0 | 1001001 | 1001110 | 1111101 | 1000011 | 1101 |
Color Harmonies of #0B380F
Complementary color
Monochromatic Colors of #0B380F
Black with #0B380F
Text Example
Text Example
White with #0B380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B380F; }
p { color: rgb(11,56,15); }
H1.HeaderClassName
{
color: #0B380F;
}
.AnyTagClassName
{
color: #0B380F;
}
</style>
background-color css
<style>
a { background-color: #0B380F; }
a { background-color: rgb(11,56,15); }
div.DivClassName
{
background-color: #0B380F;
}
.BgClassName
{
background-color: #0B380F;
}
</style>
border-color css
<style>
span { border-color: #0B380F; }
span { border-color: rgb(11,56,15); }
td.TdClassName
{
border-color: #0B380F;
}
.TagClassName
{
border-color: #0B380F;
}
</style>