Shades of Black Bean #0B1F0D
Tints of Black Bean #0B1F0D
RGB
CMYK
RGB Variations
Color information
#0B1F0D (or 0x0B1F0D) is known color: Black Bean. HEX triplet: 0B, 1F and 0D. RGB value is (11,31,13). Sum of RGB (Red+Green+Blue) = 11+31+13=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F0D is #F4E0F2. Grayscale: #171717. Windows color (decimal): -16048371 or 859915. OLE color: 859915.
HSL color Cylindrical-coordinate representation of color #0B1F0D: hue angle of 126º 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 #0B1F0D is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 31 | 13 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.88 |
| HSL | 126º | 0.48% | 0.08% | - |
| HSV(B) | 126º | 0.65% | 0.12% | - |
| XYZ | 0.7 | 1.08 | 0.55 | - |
| YUV | 22.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 13 | 0.65 | 0 | 0.58 | 0.88 | 126 | 0.48 | 0.08 |
| Hex | B | 1F | D | 41 | 0 | 3A | 58 | 7E | 30 | 8 |
| Octal | 13 | 37 | 15 | 101 | 0 | 72 | 130 | 176 | 60 | 10 |
| Binary | 1011 | 11111 | 1101 | 1000001 | 0 | 111010 | 1011000 | 1111110 | 110000 | 1000 |
Color Harmonies of #0B1F0D
Complementary color
Monochromatic Colors of #0B1F0D
Black with #0B1F0D
Text Example
Text Example
White with #0B1F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1F0D; }
p { color: rgb(11,31,13); }
H1.HeaderClassName
{
color: #0B1F0D;
}
.AnyTagClassName
{
color: #0B1F0D;
}
</style>
background-color css
<style>
a { background-color: #0B1F0D; }
a { background-color: rgb(11,31,13); }
div.DivClassName
{
background-color: #0B1F0D;
}
.BgClassName
{
background-color: #0B1F0D;
}
</style>
border-color css
<style>
span { border-color: #0B1F0D; }
span { border-color: rgb(11,31,13); }
td.TdClassName
{
border-color: #0B1F0D;
}
.TagClassName
{
border-color: #0B1F0D;
}
</style>