Shades of Myrtle #0B3402
Tints of Myrtle #0B3402
RGB
CMYK
RGB Variations
Color information
#0B3402 (or 0x0B3402) is known color: Myrtle. HEX triplet: 0B, 34 and 02. RGB value is (11,52,2). Sum of RGB (Red+Green+Blue) = 11+52+2=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 52 (20.70% from 255 or 80% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 52 - color contains mainly: green. Hex color #0B3402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3402 is #F4CBFD. Grayscale: #222222. Windows color (decimal): -16043006 or 144395. OLE color: 144395.
HSL color Cylindrical-coordinate representation of color #0B3402: hue angle of 109.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B3402 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 2 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.80 |
| HSL | 109.2º | 0.93% | 0.11% | - |
| HSV(B) | 109.2º | 0.96% | 0.2% | - |
| XYZ | 1.38 | 2.53 | 0.47 | - |
| YUV | 34.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 2 | 0.79 | 0 | 0.96 | 0.80 | 109.2 | 0.93 | 0.11 |
| Hex | B | 34 | 2 | 4F | 0 | 60 | 50 | 6D | 5D | B |
| Octal | 13 | 64 | 2 | 117 | 0 | 140 | 120 | 155 | 135 | 13 |
| Binary | 1011 | 110100 | 10 | 1001111 | 0 | 1100000 | 1010000 | 1101101 | 1011101 | 1011 |
Color Harmonies of #0B3402
Complementary color
Monochromatic Colors of #0B3402
Black with #0B3402
Text Example
Text Example
White with #0B3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3402; }
p { color: rgb(11,52,2); }
H1.HeaderClassName
{
color: #0B3402;
}
.AnyTagClassName
{
color: #0B3402;
}
</style>
background-color css
<style>
a { background-color: #0B3402; }
a { background-color: rgb(11,52,2); }
div.DivClassName
{
background-color: #0B3402;
}
.BgClassName
{
background-color: #0B3402;
}
</style>
border-color css
<style>
span { border-color: #0B3402; }
span { border-color: rgb(11,52,2); }
td.TdClassName
{
border-color: #0B3402;
}
.TagClassName
{
border-color: #0B3402;
}
</style>