Shades of Black Bean #0A160B
Tints of Black Bean #0A160B
RGB
CMYK
RGB Variations
Color information
#0A160B (or 0x0A160B) is known color: Black Bean. HEX triplet: 0A, 16 and 0B. RGB value is (10,22,11). Sum of RGB (Red+Green+Blue) = 10+22+11=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #0A160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A160B is #F5E9F4. Grayscale: #111111. Windows color (decimal): -16116213 or 726538. OLE color: 726538.
HSL color Cylindrical-coordinate representation of color #0A160B: hue angle of 125º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0A160B is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 22 | 11 | - |
| CMYK | 0.55 | 0 | 0.5 | 0.91 |
| HSL | 125º | 0.38% | 0.06% | - |
| HSV(B) | 125º | 0.55% | 0.09% | - |
| XYZ | 0.47 | 0.66 | 0.42 | - |
| YUV | 17.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 11 | 0.55 | 0 | 0.5 | 0.91 | 125 | 0.38 | 0.06 |
| Hex | A | 16 | B | 37 | 0 | 32 | 5B | 7D | 26 | 6 |
| Octal | 12 | 26 | 13 | 67 | 0 | 62 | 133 | 175 | 46 | 6 |
| Binary | 1010 | 10110 | 1011 | 110111 | 0 | 110010 | 1011011 | 1111101 | 100110 | 110 |
Color Harmonies of #0A160B
Complementary color
Monochromatic Colors of #0A160B
Black with #0A160B
Text Example
Text Example
White with #0A160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A160B; }
p { color: rgb(10,22,11); }
H1.HeaderClassName
{
color: #0A160B;
}
.AnyTagClassName
{
color: #0A160B;
}
</style>
background-color css
<style>
a { background-color: #0A160B; }
a { background-color: rgb(10,22,11); }
div.DivClassName
{
background-color: #0A160B;
}
.BgClassName
{
background-color: #0A160B;
}
</style>
border-color css
<style>
span { border-color: #0A160B; }
span { border-color: rgb(10,22,11); }
td.TdClassName
{
border-color: #0A160B;
}
.TagClassName
{
border-color: #0A160B;
}
</style>