Shades of Black Bean #0B1B10
Tints of Black Bean #0B1B10
RGB
CMYK
RGB Variations
Color information
#0B1B10 (or 0x0B1B10) is known color: Black Bean. HEX triplet: 0B, 1B and 10. RGB value is (11,27,16). Sum of RGB (Red+Green+Blue) = 11+27+16=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #0B1B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1B10 is #F4E4EF. Grayscale: #141414. Windows color (decimal): -16049392 or 1055499. OLE color: 1055499.
HSL color Cylindrical-coordinate representation of color #0B1B10: hue angle of 138.75º 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 #0B1B10 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 27 | 16 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.89 |
| HSL | 138.75º | 0.42% | 0.07% | - |
| HSV(B) | 138.75º | 0.59% | 0.11% | - |
| XYZ | 0.62 | 0.89 | 0.63 | - |
| YUV | 20.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 27 | 16 | 0.59 | 0 | 0.41 | 0.89 | 138.75 | 0.42 | 0.07 |
| Hex | B | 1B | 10 | 3B | 0 | 29 | 59 | 8B | 2A | 7 |
| Octal | 13 | 33 | 20 | 73 | 0 | 51 | 131 | 213 | 52 | 7 |
| Binary | 1011 | 11011 | 10000 | 111011 | 0 | 101001 | 1011001 | 10001011 | 101010 | 111 |
Color Harmonies of #0B1B10
Complementary color
Monochromatic Colors of #0B1B10
Black with #0B1B10
Text Example
Text Example
White with #0B1B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1B10; }
p { color: rgb(11,27,16); }
H1.HeaderClassName
{
color: #0B1B10;
}
.AnyTagClassName
{
color: #0B1B10;
}
</style>
background-color css
<style>
a { background-color: #0B1B10; }
a { background-color: rgb(11,27,16); }
div.DivClassName
{
background-color: #0B1B10;
}
.BgClassName
{
background-color: #0B1B10;
}
</style>
border-color css
<style>
span { border-color: #0B1B10; }
span { border-color: rgb(11,27,16); }
td.TdClassName
{
border-color: #0B1B10;
}
.TagClassName
{
border-color: #0B1B10;
}
</style>