Shades of Myrtle #0B380C
Tints of Myrtle #0B380C
RGB
CMYK
RGB Variations
Color information
#0B380C (or 0x0B380C) is known color: Myrtle. HEX triplet: 0B, 38 and 0C. RGB value is (11,56,12). Sum of RGB (Red+Green+Blue) = 11+56+12=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 56 (22.27% from 255 or 70.89% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 56 - color contains mainly: green. Hex color #0B380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B380C is #F4C7F3. Grayscale: #252525. Windows color (decimal): -16041972 or 800779. OLE color: 800779.
HSL color Cylindrical-coordinate representation of color #0B380C: hue angle of 121.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 #0B380C is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 56 | 12 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.78 |
| HSL | 121.33º | 0.67% | 0.13% | - |
| HSV(B) | 121.33º | 0.8% | 0.22% | - |
| XYZ | 1.62 | 2.93 | 0.83 | - |
| YUV | 37.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 12 | 0.80 | 0 | 0.79 | 0.78 | 121.33 | 0.67 | 0.13 |
| Hex | B | 38 | C | 50 | 0 | 4F | 4E | 79 | 43 | D |
| Octal | 13 | 70 | 14 | 120 | 0 | 117 | 116 | 171 | 103 | 15 |
| Binary | 1011 | 111000 | 1100 | 1010000 | 0 | 1001111 | 1001110 | 1111001 | 1000011 | 1101 |
Color Harmonies of #0B380C
Complementary color
Monochromatic Colors of #0B380C
Black with #0B380C
Text Example
Text Example
White with #0B380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B380C; }
p { color: rgb(11,56,12); }
H1.HeaderClassName
{
color: #0B380C;
}
.AnyTagClassName
{
color: #0B380C;
}
</style>
background-color css
<style>
a { background-color: #0B380C; }
a { background-color: rgb(11,56,12); }
div.DivClassName
{
background-color: #0B380C;
}
.BgClassName
{
background-color: #0B380C;
}
</style>
border-color css
<style>
span { border-color: #0B380C; }
span { border-color: rgb(11,56,12); }
td.TdClassName
{
border-color: #0B380C;
}
.TagClassName
{
border-color: #0B380C;
}
</style>