Shades of Black Bean #0B280F
Tints of Black Bean #0B280F
RGB
CMYK
RGB Variations
Color information
#0B280F (or 0x0B280F) is known color: Black Bean. HEX triplet: 0B, 28 and 0F. RGB value is (11,40,15). Sum of RGB (Red+Green+Blue) = 11+40+15=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 40 (16.02% from 255 or 60.61% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 40 - color contains mainly: green. Hex color #0B280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B280F is #F4D7F0. Grayscale: #1C1C1C. Windows color (decimal): -16046065 or 993291. OLE color: 993291.
HSL color Cylindrical-coordinate representation of color #0B280F: hue angle of 128.28º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B280F is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 40 | 15 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.84 |
| HSL | 128.28º | 0.57% | 0.1% | - |
| HSV(B) | 128.28º | 0.73% | 0.16% | - |
| XYZ | 0.98 | 1.62 | 0.71 | - |
| YUV | 28.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 15 | 0.72 | 0 | 0.62 | 0.84 | 128.28 | 0.57 | 0.1 |
| Hex | B | 28 | F | 48 | 0 | 3E | 54 | 80 | 39 | A |
| Octal | 13 | 50 | 17 | 110 | 0 | 76 | 124 | 200 | 71 | 12 |
| Binary | 1011 | 101000 | 1111 | 1001000 | 0 | 111110 | 1010100 | 10000000 | 111001 | 1010 |
Color Harmonies of #0B280F
Complementary color
Monochromatic Colors of #0B280F
Black with #0B280F
Text Example
Text Example
White with #0B280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B280F; }
p { color: rgb(11,40,15); }
H1.HeaderClassName
{
color: #0B280F;
}
.AnyTagClassName
{
color: #0B280F;
}
</style>
background-color css
<style>
a { background-color: #0B280F; }
a { background-color: rgb(11,40,15); }
div.DivClassName
{
background-color: #0B280F;
}
.BgClassName
{
background-color: #0B280F;
}
</style>
border-color css
<style>
span { border-color: #0B280F; }
span { border-color: rgb(11,40,15); }
td.TdClassName
{
border-color: #0B280F;
}
.TagClassName
{
border-color: #0B280F;
}
</style>