Shades of Black Bean #0B260E
Tints of Black Bean #0B260E
RGB
CMYK
RGB Variations
Color information
#0B260E (or 0x0B260E) is known color: Black Bean. HEX triplet: 0B, 26 and 0E. RGB value is (11,38,14). Sum of RGB (Red+Green+Blue) = 11+38+14=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #0B260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B260E is #F4D9F1. Grayscale: #1B1B1B. Windows color (decimal): -16046578 or 927243. OLE color: 927243.
HSL color Cylindrical-coordinate representation of color #0B260E: hue angle of 126.67º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B260E is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 38 | 14 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.85 |
| HSL | 126.67º | 0.55% | 0.1% | - |
| HSV(B) | 126.67º | 0.71% | 0.15% | - |
| XYZ | 0.91 | 1.49 | 0.65 | - |
| YUV | 27.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 14 | 0.71 | 0 | 0.63 | 0.85 | 126.67 | 0.55 | 0.1 |
| Hex | B | 26 | E | 47 | 0 | 3F | 55 | 7F | 37 | A |
| Octal | 13 | 46 | 16 | 107 | 0 | 77 | 125 | 177 | 67 | 12 |
| Binary | 1011 | 100110 | 1110 | 1000111 | 0 | 111111 | 1010101 | 1111111 | 110111 | 1010 |
Color Harmonies of #0B260E
Complementary color
Monochromatic Colors of #0B260E
Black with #0B260E
Text Example
Text Example
White with #0B260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B260E; }
p { color: rgb(11,38,14); }
H1.HeaderClassName
{
color: #0B260E;
}
.AnyTagClassName
{
color: #0B260E;
}
</style>
background-color css
<style>
a { background-color: #0B260E; }
a { background-color: rgb(11,38,14); }
div.DivClassName
{
background-color: #0B260E;
}
.BgClassName
{
background-color: #0B260E;
}
</style>
border-color css
<style>
span { border-color: #0B260E; }
span { border-color: rgb(11,38,14); }
td.TdClassName
{
border-color: #0B260E;
}
.TagClassName
{
border-color: #0B260E;
}
</style>