Shades of Black Bean #0B170E
Tints of Black Bean #0B170E
RGB
CMYK
RGB Variations
Color information
#0B170E (or 0x0B170E) is known color: Black Bean. HEX triplet: 0B, 17 and 0E. RGB value is (11,23,14). Sum of RGB (Red+Green+Blue) = 11+23+14=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #0B170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B170E is #F4E8F1. Grayscale: #121212. Windows color (decimal): -16050418 or 923403. OLE color: 923403.
HSL color Cylindrical-coordinate representation of color #0B170E: hue angle of 135º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0B170E is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 23 | 14 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.91 |
| HSL | 135º | 0.35% | 0.07% | - |
| HSV(B) | 135º | 0.52% | 0.09% | - |
| XYZ | 0.52 | 0.72 | 0.53 | - |
| YUV | 18.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 14 | 0.52 | 0 | 0.39 | 0.91 | 135 | 0.35 | 0.07 |
| Hex | B | 17 | E | 34 | 0 | 27 | 5B | 87 | 23 | 7 |
| Octal | 13 | 27 | 16 | 64 | 0 | 47 | 133 | 207 | 43 | 7 |
| Binary | 1011 | 10111 | 1110 | 110100 | 0 | 100111 | 1011011 | 10000111 | 100011 | 111 |
Color Harmonies of #0B170E
Complementary color
Monochromatic Colors of #0B170E
Black with #0B170E
Text Example
Text Example
White with #0B170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B170E; }
p { color: rgb(11,23,14); }
H1.HeaderClassName
{
color: #0B170E;
}
.AnyTagClassName
{
color: #0B170E;
}
</style>
background-color css
<style>
a { background-color: #0B170E; }
a { background-color: rgb(11,23,14); }
div.DivClassName
{
background-color: #0B170E;
}
.BgClassName
{
background-color: #0B170E;
}
</style>
border-color css
<style>
span { border-color: #0B170E; }
span { border-color: rgb(11,23,14); }
td.TdClassName
{
border-color: #0B170E;
}
.TagClassName
{
border-color: #0B170E;
}
</style>