Shades of Black Bean #0B1A0D
Tints of Black Bean #0B1A0D
RGB
CMYK
RGB Variations
Color information
#0B1A0D (or 0x0B1A0D) is known color: Black Bean. HEX triplet: 0B, 1A and 0D. RGB value is (11,26,13). Sum of RGB (Red+Green+Blue) = 11+26+13=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 26 (10.55% from 255 or 52% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A0D is #F4E5F2. Grayscale: #141414. Windows color (decimal): -16049651 or 858635. OLE color: 858635.
HSL color Cylindrical-coordinate representation of color #0B1A0D: hue angle of 128º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B1A0D is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 26 | 13 | - |
| CMYK | 0.58 | 0 | 0.5 | 0.90 |
| HSL | 128º | 0.41% | 0.07% | - |
| HSV(B) | 128º | 0.58% | 0.1% | - |
| XYZ | 0.58 | 0.84 | 0.51 | - |
| YUV | 20.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 13 | 0.58 | 0 | 0.5 | 0.90 | 128 | 0.41 | 0.07 |
| Hex | B | 1A | D | 3A | 0 | 32 | 5A | 80 | 29 | 7 |
| Octal | 13 | 32 | 15 | 72 | 0 | 62 | 132 | 200 | 51 | 7 |
| Binary | 1011 | 11010 | 1101 | 111010 | 0 | 110010 | 1011010 | 10000000 | 101001 | 111 |
Color Harmonies of #0B1A0D
Complementary color
Monochromatic Colors of #0B1A0D
Black with #0B1A0D
Text Example
Text Example
White with #0B1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A0D; }
p { color: rgb(11,26,13); }
H1.HeaderClassName
{
color: #0B1A0D;
}
.AnyTagClassName
{
color: #0B1A0D;
}
</style>
background-color css
<style>
a { background-color: #0B1A0D; }
a { background-color: rgb(11,26,13); }
div.DivClassName
{
background-color: #0B1A0D;
}
.BgClassName
{
background-color: #0B1A0D;
}
</style>
border-color css
<style>
span { border-color: #0B1A0D; }
span { border-color: rgb(11,26,13); }
td.TdClassName
{
border-color: #0B1A0D;
}
.TagClassName
{
border-color: #0B1A0D;
}
</style>