Shades of Black Bean #0A100B
Tints of Black Bean #0A100B
RGB
CMYK
RGB Variations
Color information
#0A100B (or 0x0A100B) is known color: Black Bean. HEX triplet: 0A, 10 and 0B. RGB value is (10,16,11). Sum of RGB (Red+Green+Blue) = 10+16+11=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 16 - color contains mainly: green. Hex color #0A100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A100B is #F5EFF4. Grayscale: #0D0D0D. Windows color (decimal): -16117749 or 725002. OLE color: 725002.
HSL color Cylindrical-coordinate representation of color #0A100B: hue angle of 130º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0A100B is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 16 | 11 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.94 |
| HSL | 130º | 0.23% | 0.05% | - |
| HSV(B) | 130º | 0.38% | 0.06% | - |
| XYZ | 0.37 | 0.46 | 0.39 | - |
| YUV | 13.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 11 | 0.37 | 0 | 0.31 | 0.94 | 130 | 0.23 | 0.05 |
| Hex | A | 10 | B | 25 | 0 | 1F | 5E | 82 | 17 | 5 |
| Octal | 12 | 20 | 13 | 45 | 0 | 37 | 136 | 202 | 27 | 5 |
| Binary | 1010 | 10000 | 1011 | 100101 | 0 | 11111 | 1011110 | 10000010 | 10111 | 101 |
Color Harmonies of #0A100B
Complementary color
Monochromatic Colors of #0A100B
Black with #0A100B
Text Example
Text Example
White with #0A100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A100B; }
p { color: rgb(10,16,11); }
H1.HeaderClassName
{
color: #0A100B;
}
.AnyTagClassName
{
color: #0A100B;
}
</style>
background-color css
<style>
a { background-color: #0A100B; }
a { background-color: rgb(10,16,11); }
div.DivClassName
{
background-color: #0A100B;
}
.BgClassName
{
background-color: #0A100B;
}
</style>
border-color css
<style>
span { border-color: #0A100B; }
span { border-color: rgb(10,16,11); }
td.TdClassName
{
border-color: #0A100B;
}
.TagClassName
{
border-color: #0A100B;
}
</style>