Shades of Black Bean #0B1B0C
Tints of Black Bean #0B1B0C
RGB
CMYK
RGB Variations
Color information
#0B1B0C (or 0x0B1B0C) is known color: Black Bean. HEX triplet: 0B, 1B and 0C. RGB value is (11,27,12). Sum of RGB (Red+Green+Blue) = 11+27+12=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #0B1B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1B0C is #F4E4F3. Grayscale: #141414. Windows color (decimal): -16049396 or 793355. OLE color: 793355.
HSL color Cylindrical-coordinate representation of color #0B1B0C: hue angle of 123.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 #0B1B0C is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 27 | 12 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.89 |
| HSL | 123.75º | 0.42% | 0.07% | - |
| HSV(B) | 123.75º | 0.59% | 0.11% | - |
| XYZ | 0.6 | 0.88 | 0.49 | - |
| YUV | 20.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 27 | 12 | 0.59 | 0 | 0.56 | 0.89 | 123.75 | 0.42 | 0.07 |
| Hex | B | 1B | C | 3B | 0 | 38 | 59 | 7C | 2A | 7 |
| Octal | 13 | 33 | 14 | 73 | 0 | 70 | 131 | 174 | 52 | 7 |
| Binary | 1011 | 11011 | 1100 | 111011 | 0 | 111000 | 1011001 | 1111100 | 101010 | 111 |
Color Harmonies of #0B1B0C
Complementary color
Monochromatic Colors of #0B1B0C
Black with #0B1B0C
Text Example
Text Example
White with #0B1B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1B0C; }
p { color: rgb(11,27,12); }
H1.HeaderClassName
{
color: #0B1B0C;
}
.AnyTagClassName
{
color: #0B1B0C;
}
</style>
background-color css
<style>
a { background-color: #0B1B0C; }
a { background-color: rgb(11,27,12); }
div.DivClassName
{
background-color: #0B1B0C;
}
.BgClassName
{
background-color: #0B1B0C;
}
</style>
border-color css
<style>
span { border-color: #0B1B0C; }
span { border-color: rgb(11,27,12); }
td.TdClassName
{
border-color: #0B1B0C;
}
.TagClassName
{
border-color: #0B1B0C;
}
</style>