Shades of Myrtle #0B3302
Tints of Myrtle #0B3302
RGB
CMYK
RGB Variations
Color information
#0B3302 (or 0x0B3302) is known color: Myrtle. HEX triplet: 0B, 33 and 02. RGB value is (11,51,2). Sum of RGB (Red+Green+Blue) = 11+51+2=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 51 (20.31% from 255 or 79.69% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 51 - color contains mainly: green. Hex color #0B3302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3302 is #F4CCFD. Grayscale: #212121. Windows color (decimal): -16043262 or 144139. OLE color: 144139.
HSL color Cylindrical-coordinate representation of color #0B3302: hue angle of 108.98º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B3302 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 11 | 51 | 2 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.8 |
| HSL | 108.98º | 0.92% | 0.1% | - |
| HSV(B) | 108.98º | 0.96% | 0.2% | - |
| XYZ | 1.33 | 2.44 | 0.46 | - |
| YUV | 33.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 51 | 2 | 0.78 | 0 | 0.96 | 0.8 | 108.98 | 0.92 | 0.1 |
| Hex | B | 33 | 2 | 4E | 0 | 60 | 50 | 6D | 5C | A |
| Octal | 13 | 63 | 2 | 116 | 0 | 140 | 120 | 155 | 134 | 12 |
| Binary | 1011 | 110011 | 10 | 1001110 | 0 | 1100000 | 1010000 | 1101101 | 1011100 | 1010 |
Color Harmonies of #0B3302
Complementary color
Monochromatic Colors of #0B3302
Black with #0B3302
Text Example
Text Example
White with #0B3302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3302; }
p { color: rgb(11,51,2); }
H1.HeaderClassName
{
color: #0B3302;
}
.AnyTagClassName
{
color: #0B3302;
}
</style>
background-color css
<style>
a { background-color: #0B3302; }
a { background-color: rgb(11,51,2); }
div.DivClassName
{
background-color: #0B3302;
}
.BgClassName
{
background-color: #0B3302;
}
</style>
border-color css
<style>
span { border-color: #0B3302; }
span { border-color: rgb(11,51,2); }
td.TdClassName
{
border-color: #0B3302;
}
.TagClassName
{
border-color: #0B3302;
}
</style>