Shades of Myrtle #0B330A
Tints of Myrtle #0B330A
RGB
CMYK
RGB Variations
Color information
#0B330A (or 0x0B330A) is known color: Myrtle. HEX triplet: 0B, 33 and 0A. RGB value is (11,51,10). Sum of RGB (Red+Green+Blue) = 11+51+10=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #0B330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B330A is #F4CCF5. Grayscale: #222222. Windows color (decimal): -16043254 or 668427. OLE color: 668427.
HSL color Cylindrical-coordinate representation of color #0B330A: hue angle of 118.54º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B330A is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 11 | 51 | 10 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.8 |
| HSL | 118.54º | 0.67% | 0.12% | - |
| HSV(B) | 118.54º | 0.8% | 0.2% | - |
| XYZ | 1.38 | 2.46 | 0.69 | - |
| YUV | 34.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 51 | 10 | 0.78 | 0 | 0.80 | 0.8 | 118.54 | 0.67 | 0.12 |
| Hex | B | 33 | A | 4E | 0 | 50 | 50 | 77 | 43 | C |
| Octal | 13 | 63 | 12 | 116 | 0 | 120 | 120 | 167 | 103 | 14 |
| Binary | 1011 | 110011 | 1010 | 1001110 | 0 | 1010000 | 1010000 | 1110111 | 1000011 | 1100 |
Color Harmonies of #0B330A
Complementary color
Monochromatic Colors of #0B330A
Black with #0B330A
Text Example
Text Example
White with #0B330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B330A; }
p { color: rgb(11,51,10); }
H1.HeaderClassName
{
color: #0B330A;
}
.AnyTagClassName
{
color: #0B330A;
}
</style>
background-color css
<style>
a { background-color: #0B330A; }
a { background-color: rgb(11,51,10); }
div.DivClassName
{
background-color: #0B330A;
}
.BgClassName
{
background-color: #0B330A;
}
</style>
border-color css
<style>
span { border-color: #0B330A; }
span { border-color: rgb(11,51,10); }
td.TdClassName
{
border-color: #0B330A;
}
.TagClassName
{
border-color: #0B330A;
}
</style>