Shades of Myrtle #0B2400
Tints of Myrtle #0B2400
RGB
CMYK
RGB Variations
Color information
#0B2400 (or 0x0B2400) is known color: Myrtle. HEX triplet: 0B, 24 and 00. RGB value is (11,36,0). Sum of RGB (Red+Green+Blue) = 11+36+0=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 36 (14.45% from 255 or 76.60% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 36 - color contains mainly: green. Hex color #0B2400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2400 is #F4DBFF. Grayscale: #181818. Windows color (decimal): -16047104 or 9227. OLE color: 9227.
HSL color Cylindrical-coordinate representation of color #0B2400: hue angle of 101.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B2400 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 36 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.86 |
| HSL | 101.67º | 1% | 0.07% | - |
| HSV(B) | 101.67º | 1% | 0.14% | - |
| XYZ | 0.77 | 1.33 | 0.22 | - |
| YUV | 24.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 0 | 0.69 | 0 | 1 | 0.86 | 101.67 | 1 | 0.07 |
| Hex | B | 24 | 0 | 45 | 0 | 64 | 56 | 66 | 64 | 7 |
| Octal | 13 | 44 | 0 | 105 | 0 | 144 | 126 | 146 | 144 | 7 |
| Binary | 1011 | 100100 | 0 | 1000101 | 0 | 1100100 | 1010110 | 1100110 | 1100100 | 111 |
Color Harmonies of #0B2400
Complementary color
Monochromatic Colors of #0B2400
Black with #0B2400
Text Example
Text Example
White with #0B2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2400; }
p { color: rgb(11,36,0); }
H1.HeaderClassName
{
color: #0B2400;
}
.AnyTagClassName
{
color: #0B2400;
}
</style>
background-color css
<style>
a { background-color: #0B2400; }
a { background-color: rgb(11,36,0); }
div.DivClassName
{
background-color: #0B2400;
}
.BgClassName
{
background-color: #0B2400;
}
</style>
border-color css
<style>
span { border-color: #0B2400; }
span { border-color: rgb(11,36,0); }
td.TdClassName
{
border-color: #0B2400;
}
.TagClassName
{
border-color: #0B2400;
}
</style>