Shades of Myrtle #0B250B
Tints of Myrtle #0B250B
RGB
CMYK
RGB Variations
Color information
#0B250B (or 0x0B250B) is known color: Myrtle. HEX triplet: 0B, 25 and 0B. RGB value is (11,37,11). Sum of RGB (Red+Green+Blue) = 11+37+11=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #0B250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B250B is #F4DAF4. Grayscale: #1A1A1A. Windows color (decimal): -16046837 or 730379. OLE color: 730379.
HSL color Cylindrical-coordinate representation of color #0B250B: hue angle of 120º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B250B is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 37 | 11 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.85 |
| HSL | 120º | 0.54% | 0.09% | - |
| HSV(B) | 120º | 0.7% | 0.15% | - |
| XYZ | 0.86 | 1.42 | 0.55 | - |
| YUV | 26.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 11 | 0.70 | 0 | 0.70 | 0.85 | 120 | 0.54 | 0.09 |
| Hex | B | 25 | B | 46 | 0 | 46 | 55 | 78 | 36 | 9 |
| Octal | 13 | 45 | 13 | 106 | 0 | 106 | 125 | 170 | 66 | 11 |
| Binary | 1011 | 100101 | 1011 | 1000110 | 0 | 1000110 | 1010101 | 1111000 | 110110 | 1001 |
Color Harmonies of #0B250B
Complementary color
Monochromatic Colors of #0B250B
Black with #0B250B
Text Example
Text Example
White with #0B250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B250B; }
p { color: rgb(11,37,11); }
H1.HeaderClassName
{
color: #0B250B;
}
.AnyTagClassName
{
color: #0B250B;
}
</style>
background-color css
<style>
a { background-color: #0B250B; }
a { background-color: rgb(11,37,11); }
div.DivClassName
{
background-color: #0B250B;
}
.BgClassName
{
background-color: #0B250B;
}
</style>
border-color css
<style>
span { border-color: #0B250B; }
span { border-color: rgb(11,37,11); }
td.TdClassName
{
border-color: #0B250B;
}
.TagClassName
{
border-color: #0B250B;
}
</style>