Shades of Dark Green #0B1614
Tints of Dark Green #0B1614
RGB
CMYK
RGB Variations
Color information
#0B1614 (or 0x0B1614) is known color: Dark Green. HEX triplet: 0B, 16 and 14. RGB value is (11,22,20). Sum of RGB (Red+Green+Blue) = 11+22+20=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #0B1614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1614 is #F4E9EB. Grayscale: #121212. Windows color (decimal): -16050668 or 1316363. OLE color: 1316363.
HSL color Cylindrical-coordinate representation of color #0B1614: hue angle of 169.09º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B1614 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 22 | 20 | - |
| CMYK | 0.5 | 0 | 0.09 | 0.91 |
| HSL | 169.09º | 0.33% | 0.06% | - |
| HSV(B) | 169.09º | 0.5% | 0.09% | - |
| XYZ | 0.55 | 0.7 | 0.77 | - |
| YUV | 18.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 20 | 0.5 | 0 | 0.09 | 0.91 | 169.09 | 0.33 | 0.06 |
| Hex | B | 16 | 14 | 32 | 0 | 9 | 5B | A9 | 21 | 6 |
| Octal | 13 | 26 | 24 | 62 | 0 | 11 | 133 | 251 | 41 | 6 |
| Binary | 1011 | 10110 | 10100 | 110010 | 0 | 1001 | 1011011 | 10101001 | 100001 | 110 |
Color Harmonies of #0B1614
Complementary color
Monochromatic Colors of #0B1614
Black with #0B1614
Text Example
Text Example
White with #0B1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1614; }
p { color: rgb(11,22,20); }
H1.HeaderClassName
{
color: #0B1614;
}
.AnyTagClassName
{
color: #0B1614;
}
</style>
background-color css
<style>
a { background-color: #0B1614; }
a { background-color: rgb(11,22,20); }
div.DivClassName
{
background-color: #0B1614;
}
.BgClassName
{
background-color: #0B1614;
}
</style>
border-color css
<style>
span { border-color: #0B1614; }
span { border-color: rgb(11,22,20); }
td.TdClassName
{
border-color: #0B1614;
}
.TagClassName
{
border-color: #0B1614;
}
</style>