Shades of Myrtle #0B3301
Tints of Myrtle #0B3301
RGB
CMYK
RGB Variations
Color information
#0B3301 (or 0x0B3301) is known color: Myrtle. HEX triplet: 0B, 33 and 01. RGB value is (11,51,1). Sum of RGB (Red+Green+Blue) = 11+51+1=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 51 (20.31% from 255 or 80.95% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 51 - color contains mainly: green. Hex color #0B3301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3301 is #F4CCFE. Grayscale: #212121. Windows color (decimal): -16043263 or 78603. OLE color: 78603.
HSL color Cylindrical-coordinate representation of color #0B3301: hue angle of 108º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B3301 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 11 | 51 | 1 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.8 |
| HSL | 108º | 0.96% | 0.1% | - |
| HSV(B) | 108º | 0.98% | 0.2% | - |
| XYZ | 1.33 | 2.44 | 0.43 | - |
| YUV | 33.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 51 | 1 | 0.78 | 0 | 0.98 | 0.8 | 108 | 0.96 | 0.1 |
| Hex | B | 33 | 1 | 4E | 0 | 62 | 50 | 6C | 60 | A |
| Octal | 13 | 63 | 1 | 116 | 0 | 142 | 120 | 154 | 140 | 12 |
| Binary | 1011 | 110011 | 1 | 1001110 | 0 | 1100010 | 1010000 | 1101100 | 1100000 | 1010 |
Color Harmonies of #0B3301
Complementary color
Monochromatic Colors of #0B3301
Black with #0B3301
Text Example
Text Example
White with #0B3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3301; }
p { color: rgb(11,51,1); }
H1.HeaderClassName
{
color: #0B3301;
}
.AnyTagClassName
{
color: #0B3301;
}
</style>
background-color css
<style>
a { background-color: #0B3301; }
a { background-color: rgb(11,51,1); }
div.DivClassName
{
background-color: #0B3301;
}
.BgClassName
{
background-color: #0B3301;
}
</style>
border-color css
<style>
span { border-color: #0B3301; }
span { border-color: rgb(11,51,1); }
td.TdClassName
{
border-color: #0B3301;
}
.TagClassName
{
border-color: #0B3301;
}
</style>