Shades of Black Bean #0B1F0C
Tints of Black Bean #0B1F0C
RGB
CMYK
RGB Variations
Color information
#0B1F0C (or 0x0B1F0C) is known color: Black Bean. HEX triplet: 0B, 1F and 0C. RGB value is (11,31,12). Sum of RGB (Red+Green+Blue) = 11+31+12=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F0C is #F4E0F3. Grayscale: #161616. Windows color (decimal): -16048372 or 794379. OLE color: 794379.
HSL color Cylindrical-coordinate representation of color #0B1F0C: hue angle of 123º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1F0C is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 31 | 12 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.88 |
| HSL | 123º | 0.48% | 0.08% | - |
| HSV(B) | 123º | 0.65% | 0.12% | - |
| XYZ | 0.69 | 1.08 | 0.52 | - |
| YUV | 22.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 12 | 0.65 | 0 | 0.61 | 0.88 | 123 | 0.48 | 0.08 |
| Hex | B | 1F | C | 41 | 0 | 3D | 58 | 7B | 30 | 8 |
| Octal | 13 | 37 | 14 | 101 | 0 | 75 | 130 | 173 | 60 | 10 |
| Binary | 1011 | 11111 | 1100 | 1000001 | 0 | 111101 | 1011000 | 1111011 | 110000 | 1000 |
Color Harmonies of #0B1F0C
Complementary color
Monochromatic Colors of #0B1F0C
Black with #0B1F0C
Text Example
Text Example
White with #0B1F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1F0C; }
p { color: rgb(11,31,12); }
H1.HeaderClassName
{
color: #0B1F0C;
}
.AnyTagClassName
{
color: #0B1F0C;
}
</style>
background-color css
<style>
a { background-color: #0B1F0C; }
a { background-color: rgb(11,31,12); }
div.DivClassName
{
background-color: #0B1F0C;
}
.BgClassName
{
background-color: #0B1F0C;
}
</style>
border-color css
<style>
span { border-color: #0B1F0C; }
span { border-color: rgb(11,31,12); }
td.TdClassName
{
border-color: #0B1F0C;
}
.TagClassName
{
border-color: #0B1F0C;
}
</style>