Shades of Dark Green #0B1B11
Tints of Dark Green #0B1B11
RGB
CMYK
RGB Variations
Color information
#0B1B11 (or 0x0B1B11) is known color: Dark Green. HEX triplet: 0B, 1B and 11. RGB value is (11,27,17). Sum of RGB (Red+Green+Blue) = 11+27+17=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #0B1B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1B11 is #F4E4EE. Grayscale: #151515. Windows color (decimal): -16049391 or 1121035. OLE color: 1121035.
HSL color Cylindrical-coordinate representation of color #0B1B11: hue angle of 142.5º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0B1B11 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 27 | 17 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.89 |
| HSL | 142.5º | 0.42% | 0.07% | - |
| HSV(B) | 142.5º | 0.59% | 0.11% | - |
| XYZ | 0.63 | 0.9 | 0.67 | - |
| YUV | 21.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 27 | 17 | 0.59 | 0 | 0.37 | 0.89 | 142.5 | 0.42 | 0.07 |
| Hex | B | 1B | 11 | 3B | 0 | 25 | 59 | 8E | 2A | 7 |
| Octal | 13 | 33 | 21 | 73 | 0 | 45 | 131 | 216 | 52 | 7 |
| Binary | 1011 | 11011 | 10001 | 111011 | 0 | 100101 | 1011001 | 10001110 | 101010 | 111 |
Color Harmonies of #0B1B11
Complementary color
Monochromatic Colors of #0B1B11
Black with #0B1B11
Text Example
Text Example
White with #0B1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1B11; }
p { color: rgb(11,27,17); }
H1.HeaderClassName
{
color: #0B1B11;
}
.AnyTagClassName
{
color: #0B1B11;
}
</style>
background-color css
<style>
a { background-color: #0B1B11; }
a { background-color: rgb(11,27,17); }
div.DivClassName
{
background-color: #0B1B11;
}
.BgClassName
{
background-color: #0B1B11;
}
</style>
border-color css
<style>
span { border-color: #0B1B11; }
span { border-color: rgb(11,27,17); }
td.TdClassName
{
border-color: #0B1B11;
}
.TagClassName
{
border-color: #0B1B11;
}
</style>