Shades of Black Bean #0B170C
Tints of Black Bean #0B170C
RGB
CMYK
RGB Variations
Color information
#0B170C (or 0x0B170C) is known color: Black Bean. HEX triplet: 0B, 17 and 0C. RGB value is (11,23,12). Sum of RGB (Red+Green+Blue) = 11+23+12=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #0B170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B170C is #F4E8F3. Grayscale: #121212. Windows color (decimal): -16050420 or 792331. OLE color: 792331.
HSL color Cylindrical-coordinate representation of color #0B170C: hue angle of 125º 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 #0B170C is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 23 | 12 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.91 |
| HSL | 125º | 0.35% | 0.07% | - |
| HSV(B) | 125º | 0.52% | 0.09% | - |
| XYZ | 0.51 | 0.71 | 0.46 | - |
| YUV | 18.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 12 | 0.52 | 0 | 0.48 | 0.91 | 125 | 0.35 | 0.07 |
| Hex | B | 17 | C | 34 | 0 | 30 | 5B | 7D | 23 | 7 |
| Octal | 13 | 27 | 14 | 64 | 0 | 60 | 133 | 175 | 43 | 7 |
| Binary | 1011 | 10111 | 1100 | 110100 | 0 | 110000 | 1011011 | 1111101 | 100011 | 111 |
Color Harmonies of #0B170C
Complementary color
Monochromatic Colors of #0B170C
Black with #0B170C
Text Example
Text Example
White with #0B170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B170C; }
p { color: rgb(11,23,12); }
H1.HeaderClassName
{
color: #0B170C;
}
.AnyTagClassName
{
color: #0B170C;
}
</style>
background-color css
<style>
a { background-color: #0B170C; }
a { background-color: rgb(11,23,12); }
div.DivClassName
{
background-color: #0B170C;
}
.BgClassName
{
background-color: #0B170C;
}
</style>
border-color css
<style>
span { border-color: #0B170C; }
span { border-color: rgb(11,23,12); }
td.TdClassName
{
border-color: #0B170C;
}
.TagClassName
{
border-color: #0B170C;
}
</style>