Shades of Myrtle #0B3801
Tints of Myrtle #0B3801
RGB
CMYK
RGB Variations
Color information
#0B3801 (or 0x0B3801) is known color: Myrtle. HEX triplet: 0B, 38 and 01. RGB value is (11,56,1). Sum of RGB (Red+Green+Blue) = 11+56+1=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 56 (22.27% from 255 or 82.35% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 56 - color contains mainly: green. Hex color #0B3801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3801 is #F4C7FE. Grayscale: #242424. Windows color (decimal): -16041983 or 79883. OLE color: 79883.
HSL color Cylindrical-coordinate representation of color #0B3801: hue angle of 109.09º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B3801 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 56 | 1 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.78 |
| HSL | 109.09º | 0.96% | 0.11% | - |
| HSV(B) | 109.09º | 0.98% | 0.22% | - |
| XYZ | 1.56 | 2.9 | 0.51 | - |
| YUV | 36.28 | 108.09 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 1 | 0.80 | 0 | 0.98 | 0.78 | 109.09 | 0.96 | 0.11 |
| Hex | B | 38 | 1 | 50 | 0 | 62 | 4E | 6D | 60 | B |
| Octal | 13 | 70 | 1 | 120 | 0 | 142 | 116 | 155 | 140 | 13 |
| Binary | 1011 | 111000 | 1 | 1010000 | 0 | 1100010 | 1001110 | 1101101 | 1100000 | 1011 |
Color Harmonies of #0B3801
Complementary color
Monochromatic Colors of #0B3801
Black with #0B3801
Text Example
Text Example
White with #0B3801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3801; }
p { color: rgb(11,56,1); }
H1.HeaderClassName
{
color: #0B3801;
}
.AnyTagClassName
{
color: #0B3801;
}
</style>
background-color css
<style>
a { background-color: #0B3801; }
a { background-color: rgb(11,56,1); }
div.DivClassName
{
background-color: #0B3801;
}
.BgClassName
{
background-color: #0B3801;
}
</style>
border-color css
<style>
span { border-color: #0B3801; }
span { border-color: rgb(11,56,1); }
td.TdClassName
{
border-color: #0B3801;
}
.TagClassName
{
border-color: #0B3801;
}
</style>