Shades of Black Bean #08170B
Tints of Black Bean #08170B
RGB
CMYK
RGB Variations
Color information
#08170B (or 0x08170B) is known color: Black Bean. HEX triplet: 08, 17 and 0B. RGB value is (8,23,11). Sum of RGB (Red+Green+Blue) = 8+23+11=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #08170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08170B is #F7E8F4. Grayscale: #111111. Windows color (decimal): -16247029 or 726792. OLE color: 726792.
HSL color Cylindrical-coordinate representation of color #08170B: hue angle of 132º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #08170B is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 23 | 11 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.91 |
| HSL | 132º | 0.48% | 0.06% | - |
| HSV(B) | 132º | 0.65% | 0.09% | - |
| XYZ | 0.47 | 0.69 | 0.42 | - |
| YUV | 17.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 11 | 0.65 | 0 | 0.52 | 0.91 | 132 | 0.48 | 0.06 |
| Hex | 8 | 17 | B | 41 | 0 | 34 | 5B | 84 | 30 | 6 |
| Octal | 10 | 27 | 13 | 101 | 0 | 64 | 133 | 204 | 60 | 6 |
| Binary | 1000 | 10111 | 1011 | 1000001 | 0 | 110100 | 1011011 | 10000100 | 110000 | 110 |
Color Harmonies of #08170B
Complementary color
Monochromatic Colors of #08170B
Black with #08170B
Text Example
Text Example
White with #08170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08170B; }
p { color: rgb(8,23,11); }
H1.HeaderClassName
{
color: #08170B;
}
.AnyTagClassName
{
color: #08170B;
}
</style>
background-color css
<style>
a { background-color: #08170B; }
a { background-color: rgb(8,23,11); }
div.DivClassName
{
background-color: #08170B;
}
.BgClassName
{
background-color: #08170B;
}
</style>
border-color css
<style>
span { border-color: #08170B; }
span { border-color: rgb(8,23,11); }
td.TdClassName
{
border-color: #08170B;
}
.TagClassName
{
border-color: #08170B;
}
</style>