Shades of Dark Green #0B1815
Tints of Dark Green #0B1815
RGB
CMYK
RGB Variations
Color information
#0B1815 (or 0x0B1815) is known color: Dark Green. HEX triplet: 0B, 18 and 15. RGB value is (11,24,21). Sum of RGB (Red+Green+Blue) = 11+24+21=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1815 is #F4E7EA. Grayscale: #131313. Windows color (decimal): -16050155 or 1382411. OLE color: 1382411.
HSL color Cylindrical-coordinate representation of color #0B1815: hue angle of 166.15º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0B1815 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 24 | 21 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.91 |
| HSL | 166.15º | 0.37% | 0.07% | - |
| HSV(B) | 166.15º | 0.54% | 0.09% | - |
| XYZ | 0.6 | 0.78 | 0.83 | - |
| YUV | 19.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 21 | 0.54 | 0 | 0.13 | 0.91 | 166.15 | 0.37 | 0.07 |
| Hex | B | 18 | 15 | 36 | 0 | D | 5B | A6 | 25 | 7 |
| Octal | 13 | 30 | 25 | 66 | 0 | 15 | 133 | 246 | 45 | 7 |
| Binary | 1011 | 11000 | 10101 | 110110 | 0 | 1101 | 1011011 | 10100110 | 100101 | 111 |
Color Harmonies of #0B1815
Complementary color
Monochromatic Colors of #0B1815
Black with #0B1815
Text Example
Text Example
White with #0B1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1815; }
p { color: rgb(11,24,21); }
H1.HeaderClassName
{
color: #0B1815;
}
.AnyTagClassName
{
color: #0B1815;
}
</style>
background-color css
<style>
a { background-color: #0B1815; }
a { background-color: rgb(11,24,21); }
div.DivClassName
{
background-color: #0B1815;
}
.BgClassName
{
background-color: #0B1815;
}
</style>
border-color css
<style>
span { border-color: #0B1815; }
span { border-color: rgb(11,24,21); }
td.TdClassName
{
border-color: #0B1815;
}
.TagClassName
{
border-color: #0B1815;
}
</style>