Shades of Dark Green #0B1414
Tints of Dark Green #0B1414
RGB
CMYK
RGB Variations
Color information
#0B1414 (or 0x0B1414) is known color: Dark Green. HEX triplet: 0B, 14 and 14. RGB value is (11,20,20). Sum of RGB (Red+Green+Blue) = 11+20+20=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #0B1414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1414 is #F4EBEB. Grayscale: #111111. Windows color (decimal): -16051180 or 1315851. OLE color: 1315851.
HSL color Cylindrical-coordinate representation of color #0B1414: hue angle of 180º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0B1414 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
RGB | 11 | 20 | 20 | - |
CMYK | 0.45 | 0 | 0 | 0.92 |
HSL | 180º | 0.29% | 0.06% | - |
HSV(B) | 180º | 0.45% | 0.08% | - |
XYZ | 0.51 | 0.62 | 0.75 | - |
YUV | 17.31 | 129.52 | 123.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 20 | 20 | 0.45 | 0 | 0 | 0.92 | 180 | 0.29 | 0.06 |
Hex | B | 14 | 14 | 2D | 0 | 0 | 5C | B4 | 1D | 6 |
Octal | 13 | 24 | 24 | 55 | 0 | 0 | 134 | 264 | 35 | 6 |
Binary | 1011 | 10100 | 10100 | 101101 | 0 | 0 | 1011100 | 10110100 | 11101 | 110 |
Color Harmonies of #0B1414
Complementary color
Monochromatic Colors of #0B1414
Black with #0B1414
Text Example
Text Example
White with #0B1414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1414; }
p { color: rgb(11,20,20); }
H1.HeaderClassName
{
color: #0B1414;
}
.AnyTagClassName
{
color: #0B1414;
}
</style>
background-color css
<style>
a { background-color: #0B1414; }
a { background-color: rgb(11,20,20); }
div.DivClassName
{
background-color: #0B1414;
}
.BgClassName
{
background-color: #0B1414;
}
</style>
border-color css
<style>
span { border-color: #0B1414; }
span { border-color: rgb(11,20,20); }
td.TdClassName
{
border-color: #0B1414;
}
.TagClassName
{
border-color: #0B1414;
}
</style>