Shades of Dark Green #0B1816
Tints of Dark Green #0B1816
RGB
CMYK
RGB Variations
Color information
#0B1816 (or 0x0B1816) is known color: Dark Green. HEX triplet: 0B, 18 and 16. RGB value is (11,24,22). Sum of RGB (Red+Green+Blue) = 11+24+22=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1816 is #F4E7E9. Grayscale: #131313. Windows color (decimal): -16050154 or 1447947. OLE color: 1447947.
HSL color Cylindrical-coordinate representation of color #0B1816: hue angle of 170.77º 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 #0B1816 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 24 | 22 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.91 |
| HSL | 170.77º | 0.37% | 0.07% | - |
| HSV(B) | 170.77º | 0.54% | 0.09% | - |
| XYZ | 0.61 | 0.78 | 0.88 | - |
| YUV | 19.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 22 | 0.54 | 0 | 0.08 | 0.91 | 170.77 | 0.37 | 0.07 |
| Hex | B | 18 | 16 | 36 | 0 | 8 | 5B | AB | 25 | 7 |
| Octal | 13 | 30 | 26 | 66 | 0 | 10 | 133 | 253 | 45 | 7 |
| Binary | 1011 | 11000 | 10110 | 110110 | 0 | 1000 | 1011011 | 10101011 | 100101 | 111 |
Color Harmonies of #0B1816
Complementary color
Monochromatic Colors of #0B1816
Black with #0B1816
Text Example
Text Example
White with #0B1816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1816; }
p { color: rgb(11,24,22); }
H1.HeaderClassName
{
color: #0B1816;
}
.AnyTagClassName
{
color: #0B1816;
}
</style>
background-color css
<style>
a { background-color: #0B1816; }
a { background-color: rgb(11,24,22); }
div.DivClassName
{
background-color: #0B1816;
}
.BgClassName
{
background-color: #0B1816;
}
</style>
border-color css
<style>
span { border-color: #0B1816; }
span { border-color: rgb(11,24,22); }
td.TdClassName
{
border-color: #0B1816;
}
.TagClassName
{
border-color: #0B1816;
}
</style>