Shades of Black Bean #0B140C
Tints of Black Bean #0B140C
RGB
CMYK
RGB Variations
Color information
#0B140C (or 0x0B140C) is known color: Black Bean. HEX triplet: 0B, 14 and 0C. RGB value is (11,20,12). Sum of RGB (Red+Green+Blue) = 11+20+12=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #0B140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B140C is #F4EBF3. Grayscale: #101010. Windows color (decimal): -16051188 or 791563. OLE color: 791563.
HSL color Cylindrical-coordinate representation of color #0B140C: hue angle of 126.67º 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 #0B140C is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 20 | 12 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.92 |
| HSL | 126.67º | 0.29% | 0.06% | - |
| HSV(B) | 126.67º | 0.45% | 0.08% | - |
| XYZ | 0.45 | 0.6 | 0.44 | - |
| YUV | 16.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 12 | 0.45 | 0 | 0.40 | 0.92 | 126.67 | 0.29 | 0.06 |
| Hex | B | 14 | C | 2D | 0 | 28 | 5C | 7F | 1D | 6 |
| Octal | 13 | 24 | 14 | 55 | 0 | 50 | 134 | 177 | 35 | 6 |
| Binary | 1011 | 10100 | 1100 | 101101 | 0 | 101000 | 1011100 | 1111111 | 11101 | 110 |
Color Harmonies of #0B140C
Complementary color
Monochromatic Colors of #0B140C
Black with #0B140C
Text Example
Text Example
White with #0B140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B140C; }
p { color: rgb(11,20,12); }
H1.HeaderClassName
{
color: #0B140C;
}
.AnyTagClassName
{
color: #0B140C;
}
</style>
background-color css
<style>
a { background-color: #0B140C; }
a { background-color: rgb(11,20,12); }
div.DivClassName
{
background-color: #0B140C;
}
.BgClassName
{
background-color: #0B140C;
}
</style>
border-color css
<style>
span { border-color: #0B140C; }
span { border-color: rgb(11,20,12); }
td.TdClassName
{
border-color: #0B140C;
}
.TagClassName
{
border-color: #0B140C;
}
</style>