Shades of Black Bean #0A160D
Tints of Black Bean #0A160D
RGB
CMYK
RGB Variations
Color information
#0A160D (or 0x0A160D) is known color: Black Bean. HEX triplet: 0A, 16 and 0D. RGB value is (10,22,13). Sum of RGB (Red+Green+Blue) = 10+22+13=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #0A160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A160D is #F5E9F2. Grayscale: #111111. Windows color (decimal): -16116211 or 857610. OLE color: 857610.
HSL color Cylindrical-coordinate representation of color #0A160D: hue angle of 135º 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 #0A160D is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 22 | 13 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.91 |
| HSL | 135º | 0.38% | 0.06% | - |
| HSV(B) | 135º | 0.55% | 0.09% | - |
| XYZ | 0.48 | 0.67 | 0.48 | - |
| YUV | 17.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 13 | 0.55 | 0 | 0.41 | 0.91 | 135 | 0.38 | 0.06 |
| Hex | A | 16 | D | 37 | 0 | 29 | 5B | 87 | 26 | 6 |
| Octal | 12 | 26 | 15 | 67 | 0 | 51 | 133 | 207 | 46 | 6 |
| Binary | 1010 | 10110 | 1101 | 110111 | 0 | 101001 | 1011011 | 10000111 | 100110 | 110 |
Color Harmonies of #0A160D
Complementary color
Monochromatic Colors of #0A160D
Black with #0A160D
Text Example
Text Example
White with #0A160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A160D; }
p { color: rgb(10,22,13); }
H1.HeaderClassName
{
color: #0A160D;
}
.AnyTagClassName
{
color: #0A160D;
}
</style>
background-color css
<style>
a { background-color: #0A160D; }
a { background-color: rgb(10,22,13); }
div.DivClassName
{
background-color: #0A160D;
}
.BgClassName
{
background-color: #0A160D;
}
</style>
border-color css
<style>
span { border-color: #0A160D; }
span { border-color: rgb(10,22,13); }
td.TdClassName
{
border-color: #0A160D;
}
.TagClassName
{
border-color: #0A160D;
}
</style>