Shades of Myrtle #0B3403
Tints of Myrtle #0B3403
RGB
CMYK
RGB Variations
Color information
#0B3403 (or 0x0B3403) is known color: Myrtle. HEX triplet: 0B, 34 and 03. RGB value is (11,52,3). Sum of RGB (Red+Green+Blue) = 11+52+3=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 52 (20.70% from 255 or 78.79% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 52 - color contains mainly: green. Hex color #0B3403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3403 is #F4CBFC. Grayscale: #222222. Windows color (decimal): -16043005 or 209931. OLE color: 209931.
HSL color Cylindrical-coordinate representation of color #0B3403: hue angle of 110.2º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B3403 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 3 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.80 |
| HSL | 110.2º | 0.89% | 0.11% | - |
| HSV(B) | 110.2º | 0.94% | 0.2% | - |
| XYZ | 1.38 | 2.53 | 0.5 | - |
| YUV | 34.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 3 | 0.79 | 0 | 0.94 | 0.80 | 110.2 | 0.89 | 0.11 |
| Hex | B | 34 | 3 | 4F | 0 | 5E | 50 | 6E | 59 | B |
| Octal | 13 | 64 | 3 | 117 | 0 | 136 | 120 | 156 | 131 | 13 |
| Binary | 1011 | 110100 | 11 | 1001111 | 0 | 1011110 | 1010000 | 1101110 | 1011001 | 1011 |
Color Harmonies of #0B3403
Complementary color
Monochromatic Colors of #0B3403
Black with #0B3403
Text Example
Text Example
White with #0B3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3403; }
p { color: rgb(11,52,3); }
H1.HeaderClassName
{
color: #0B3403;
}
.AnyTagClassName
{
color: #0B3403;
}
</style>
background-color css
<style>
a { background-color: #0B3403; }
a { background-color: rgb(11,52,3); }
div.DivClassName
{
background-color: #0B3403;
}
.BgClassName
{
background-color: #0B3403;
}
</style>
border-color css
<style>
span { border-color: #0B3403; }
span { border-color: rgb(11,52,3); }
td.TdClassName
{
border-color: #0B3403;
}
.TagClassName
{
border-color: #0B3403;
}
</style>