Shades of Black Bean #0B170B
Tints of Black Bean #0B170B
RGB
CMYK
RGB Variations
Color information
#0B170B (or 0x0B170B) is known color: Black Bean. HEX triplet: 0B, 17 and 0B. RGB value is (11,23,11). Sum of RGB (Red+Green+Blue) = 11+23+11=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 23 (9.38% from 255 or 51.11% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 23 - color contains mainly: green. Hex color #0B170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B170B is #F4E8F4. Grayscale: #121212. Windows color (decimal): -16050421 or 726795. OLE color: 726795.
HSL color Cylindrical-coordinate representation of color #0B170B: hue angle of 120º 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 #0B170B is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 23 | 11 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.91 |
| HSL | 120º | 0.35% | 0.07% | - |
| HSV(B) | 120º | 0.52% | 0.09% | - |
| XYZ | 0.5 | 0.71 | 0.43 | - |
| YUV | 18.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 11 | 0.52 | 0 | 0.52 | 0.91 | 120 | 0.35 | 0.07 |
| Hex | B | 17 | B | 34 | 0 | 34 | 5B | 78 | 23 | 7 |
| Octal | 13 | 27 | 13 | 64 | 0 | 64 | 133 | 170 | 43 | 7 |
| Binary | 1011 | 10111 | 1011 | 110100 | 0 | 110100 | 1011011 | 1111000 | 100011 | 111 |
Color Harmonies of #0B170B
Complementary color
Monochromatic Colors of #0B170B
Black with #0B170B
Text Example
Text Example
White with #0B170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B170B; }
p { color: rgb(11,23,11); }
H1.HeaderClassName
{
color: #0B170B;
}
.AnyTagClassName
{
color: #0B170B;
}
</style>
background-color css
<style>
a { background-color: #0B170B; }
a { background-color: rgb(11,23,11); }
div.DivClassName
{
background-color: #0B170B;
}
.BgClassName
{
background-color: #0B170B;
}
</style>
border-color css
<style>
span { border-color: #0B170B; }
span { border-color: rgb(11,23,11); }
td.TdClassName
{
border-color: #0B170B;
}
.TagClassName
{
border-color: #0B170B;
}
</style>