Shades of Black Bean #0A290E
Tints of Black Bean #0A290E
RGB
CMYK
RGB Variations
Color information
#0A290E (or 0x0A290E) is known color: Black Bean. HEX triplet: 0A, 29 and 0E. RGB value is (10,41,14). Sum of RGB (Red+Green+Blue) = 10+41+14=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #0A290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A290E is #F5D6F1. Grayscale: #1C1C1C. Windows color (decimal): -16111346 or 928010. OLE color: 928010.
HSL color Cylindrical-coordinate representation of color #0A290E: hue angle of 127.74º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A290E is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 41 | 14 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.84 |
| HSL | 127.74º | 0.61% | 0.1% | - |
| HSV(B) | 127.74º | 0.76% | 0.16% | - |
| XYZ | 1 | 1.68 | 0.69 | - |
| YUV | 28.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 14 | 0.76 | 0 | 0.66 | 0.84 | 127.74 | 0.61 | 0.1 |
| Hex | A | 29 | E | 4C | 0 | 42 | 54 | 80 | 3D | A |
| Octal | 12 | 51 | 16 | 114 | 0 | 102 | 124 | 200 | 75 | 12 |
| Binary | 1010 | 101001 | 1110 | 1001100 | 0 | 1000010 | 1010100 | 10000000 | 111101 | 1010 |
Color Harmonies of #0A290E
Complementary color
Monochromatic Colors of #0A290E
Black with #0A290E
Text Example
Text Example
White with #0A290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A290E; }
p { color: rgb(10,41,14); }
H1.HeaderClassName
{
color: #0A290E;
}
.AnyTagClassName
{
color: #0A290E;
}
</style>
background-color css
<style>
a { background-color: #0A290E; }
a { background-color: rgb(10,41,14); }
div.DivClassName
{
background-color: #0A290E;
}
.BgClassName
{
background-color: #0A290E;
}
</style>
border-color css
<style>
span { border-color: #0A290E; }
span { border-color: rgb(10,41,14); }
td.TdClassName
{
border-color: #0A290E;
}
.TagClassName
{
border-color: #0A290E;
}
</style>