Shades of Black Bean #0B140B
Tints of Black Bean #0B140B
RGB
CMYK
RGB Variations
Color information
#0B140B (or 0x0B140B) is known color: Black Bean. HEX triplet: 0B, 14 and 0B. RGB value is (11,20,11). Sum of RGB (Red+Green+Blue) = 11+20+11=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #0B140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B140B is #F4EBF4. Grayscale: #101010. Windows color (decimal): -16051189 or 726027. OLE color: 726027.
HSL color Cylindrical-coordinate representation of color #0B140B: hue angle of 120º 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 #0B140B is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
RGB | 11 | 20 | 11 | - |
CMYK | 0.45 | 0 | 0.45 | 0.92 |
HSL | 120º | 0.29% | 0.06% | - |
HSV(B) | 120º | 0.45% | 0.08% | - |
XYZ | 0.45 | 0.6 | 0.41 | - |
YUV | 16.28 | 125.02 | 124.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 20 | 11 | 0.45 | 0 | 0.45 | 0.92 | 120 | 0.29 | 0.06 |
Hex | B | 14 | B | 2D | 0 | 2D | 5C | 78 | 1D | 6 |
Octal | 13 | 24 | 13 | 55 | 0 | 55 | 134 | 170 | 35 | 6 |
Binary | 1011 | 10100 | 1011 | 101101 | 0 | 101101 | 1011100 | 1111000 | 11101 | 110 |
Color Harmonies of #0B140B
Complementary color
Monochromatic Colors of #0B140B
Black with #0B140B
Text Example
Text Example
White with #0B140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B140B; }
p { color: rgb(11,20,11); }
H1.HeaderClassName
{
color: #0B140B;
}
.AnyTagClassName
{
color: #0B140B;
}
</style>
background-color css
<style>
a { background-color: #0B140B; }
a { background-color: rgb(11,20,11); }
div.DivClassName
{
background-color: #0B140B;
}
.BgClassName
{
background-color: #0B140B;
}
</style>
border-color css
<style>
span { border-color: #0B140B; }
span { border-color: rgb(11,20,11); }
td.TdClassName
{
border-color: #0B140B;
}
.TagClassName
{
border-color: #0B140B;
}
</style>