Shades of Black Bean #09260B
Tints of Black Bean #09260B
RGB
CMYK
RGB Variations
Color information
#09260B (or 0x09260B) is known color: Black Bean. HEX triplet: 09, 26 and 0B. RGB value is (9,38,11). Sum of RGB (Red+Green+Blue) = 9+38+11=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 38 (15.23% from 255 or 65.52% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 38 - color contains mainly: green. Hex color #09260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09260B is #F6D9F4. Grayscale: #1A1A1A. Windows color (decimal): -16177653 or 730633. OLE color: 730633.
HSL color Cylindrical-coordinate representation of color #09260B: hue angle of 124.14º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #09260B is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 38 | 11 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.85 |
| HSL | 124.14º | 0.62% | 0.09% | - |
| HSV(B) | 124.14º | 0.76% | 0.15% | - |
| XYZ | 0.87 | 1.47 | 0.55 | - |
| YUV | 26.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 11 | 0.76 | 0 | 0.71 | 0.85 | 124.14 | 0.62 | 0.09 |
| Hex | 9 | 26 | B | 4C | 0 | 47 | 55 | 7C | 3E | 9 |
| Octal | 11 | 46 | 13 | 114 | 0 | 107 | 125 | 174 | 76 | 11 |
| Binary | 1001 | 100110 | 1011 | 1001100 | 0 | 1000111 | 1010101 | 1111100 | 111110 | 1001 |
Color Harmonies of #09260B
Complementary color
Monochromatic Colors of #09260B
Black with #09260B
Text Example
Text Example
White with #09260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09260B; }
p { color: rgb(9,38,11); }
H1.HeaderClassName
{
color: #09260B;
}
.AnyTagClassName
{
color: #09260B;
}
</style>
background-color css
<style>
a { background-color: #09260B; }
a { background-color: rgb(9,38,11); }
div.DivClassName
{
background-color: #09260B;
}
.BgClassName
{
background-color: #09260B;
}
</style>
border-color css
<style>
span { border-color: #09260B; }
span { border-color: rgb(9,38,11); }
td.TdClassName
{
border-color: #09260B;
}
.TagClassName
{
border-color: #09260B;
}
</style>