Shades of Myrtle #0B340B
Tints of Myrtle #0B340B
RGB
CMYK
RGB Variations
Color information
#0B340B (or 0x0B340B) is known color: Myrtle. HEX triplet: 0B, 34 and 0B. RGB value is (11,52,11). Sum of RGB (Red+Green+Blue) = 11+52+11=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 52 (20.70% from 255 or 70.27% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 52 - color contains mainly: green. Hex color #0B340B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B340B is #F4CBF4. Grayscale: #232323. Windows color (decimal): -16042997 or 734219. OLE color: 734219.
HSL color Cylindrical-coordinate representation of color #0B340B: hue angle of 120º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B340B is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 11 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.80 |
| HSL | 120º | 0.65% | 0.12% | - |
| HSV(B) | 120º | 0.79% | 0.2% | - |
| XYZ | 1.43 | 2.55 | 0.73 | - |
| YUV | 35.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 11 | 0.79 | 0 | 0.79 | 0.80 | 120 | 0.65 | 0.12 |
| Hex | B | 34 | B | 4F | 0 | 4F | 50 | 78 | 41 | C |
| Octal | 13 | 64 | 13 | 117 | 0 | 117 | 120 | 170 | 101 | 14 |
| Binary | 1011 | 110100 | 1011 | 1001111 | 0 | 1001111 | 1010000 | 1111000 | 1000001 | 1100 |
Color Harmonies of #0B340B
Complementary color
Monochromatic Colors of #0B340B
Black with #0B340B
Text Example
Text Example
White with #0B340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B340B; }
p { color: rgb(11,52,11); }
H1.HeaderClassName
{
color: #0B340B;
}
.AnyTagClassName
{
color: #0B340B;
}
</style>
background-color css
<style>
a { background-color: #0B340B; }
a { background-color: rgb(11,52,11); }
div.DivClassName
{
background-color: #0B340B;
}
.BgClassName
{
background-color: #0B340B;
}
</style>
border-color css
<style>
span { border-color: #0B340B; }
span { border-color: rgb(11,52,11); }
td.TdClassName
{
border-color: #0B340B;
}
.TagClassName
{
border-color: #0B340B;
}
</style>