Shades of Black Bean #0A260D
Tints of Black Bean #0A260D
RGB
CMYK
RGB Variations
Color information
#0A260D (or 0x0A260D) is known color: Black Bean. HEX triplet: 0A, 26 and 0D. RGB value is (10,38,13). Sum of RGB (Red+Green+Blue) = 10+38+13=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #0A260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A260D is #F5D9F2. Grayscale: #1A1A1A. Windows color (decimal): -16112115 or 861706. OLE color: 861706.
HSL color Cylindrical-coordinate representation of color #0A260D: hue angle of 126.43º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A260D is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 38 | 13 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.85 |
| HSL | 126.43º | 0.58% | 0.09% | - |
| HSV(B) | 126.43º | 0.74% | 0.15% | - |
| XYZ | 0.89 | 1.48 | 0.62 | - |
| YUV | 26.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 13 | 0.74 | 0 | 0.66 | 0.85 | 126.43 | 0.58 | 0.09 |
| Hex | A | 26 | D | 4A | 0 | 42 | 55 | 7E | 3A | 9 |
| Octal | 12 | 46 | 15 | 112 | 0 | 102 | 125 | 176 | 72 | 11 |
| Binary | 1010 | 100110 | 1101 | 1001010 | 0 | 1000010 | 1010101 | 1111110 | 111010 | 1001 |
Color Harmonies of #0A260D
Complementary color
Monochromatic Colors of #0A260D
Black with #0A260D
Text Example
Text Example
White with #0A260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A260D; }
p { color: rgb(10,38,13); }
H1.HeaderClassName
{
color: #0A260D;
}
.AnyTagClassName
{
color: #0A260D;
}
</style>
background-color css
<style>
a { background-color: #0A260D; }
a { background-color: rgb(10,38,13); }
div.DivClassName
{
background-color: #0A260D;
}
.BgClassName
{
background-color: #0A260D;
}
</style>
border-color css
<style>
span { border-color: #0A260D; }
span { border-color: rgb(10,38,13); }
td.TdClassName
{
border-color: #0A260D;
}
.TagClassName
{
border-color: #0A260D;
}
</style>