Shades of Myrtle #0B2103
Tints of Myrtle #0B2103
RGB
CMYK
RGB Variations
Color information
#0B2103 (or 0x0B2103) is known color: Myrtle. HEX triplet: 0B, 21 and 03. RGB value is (11,33,3). Sum of RGB (Red+Green+Blue) = 11+33+3=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 33 (13.28% from 255 or 70.21% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 33 - color contains mainly: green. Hex color #0B2103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2103 is #F4DEFC. Grayscale: #171717. Windows color (decimal): -16047869 or 205067. OLE color: 205067.
HSL color Cylindrical-coordinate representation of color #0B2103: hue angle of 104º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2103 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 33 | 3 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.87 |
| HSL | 104º | 0.83% | 0.07% | - |
| HSV(B) | 104º | 0.91% | 0.13% | - |
| XYZ | 0.7 | 1.17 | 0.27 | - |
| YUV | 23 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 3 | 0.67 | 0 | 0.91 | 0.87 | 104 | 0.83 | 0.07 |
| Hex | B | 21 | 3 | 43 | 0 | 5B | 57 | 68 | 53 | 7 |
| Octal | 13 | 41 | 3 | 103 | 0 | 133 | 127 | 150 | 123 | 7 |
| Binary | 1011 | 100001 | 11 | 1000011 | 0 | 1011011 | 1010111 | 1101000 | 1010011 | 111 |
Color Harmonies of #0B2103
Complementary color
Monochromatic Colors of #0B2103
Black with #0B2103
Text Example
Text Example
White with #0B2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2103; }
p { color: rgb(11,33,3); }
H1.HeaderClassName
{
color: #0B2103;
}
.AnyTagClassName
{
color: #0B2103;
}
</style>
background-color css
<style>
a { background-color: #0B2103; }
a { background-color: rgb(11,33,3); }
div.DivClassName
{
background-color: #0B2103;
}
.BgClassName
{
background-color: #0B2103;
}
</style>
border-color css
<style>
span { border-color: #0B2103; }
span { border-color: rgb(11,33,3); }
td.TdClassName
{
border-color: #0B2103;
}
.TagClassName
{
border-color: #0B2103;
}
</style>