Shades of Black Bean #09140B
Tints of Black Bean #09140B
RGB
CMYK
RGB Variations
Color information
#09140B (or 0x09140B) is known color: Black Bean. HEX triplet: 09, 14 and 0B. RGB value is (9,20,11). Sum of RGB (Red+Green+Blue) = 9+20+11=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #09140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09140B is #F6EBF4. Grayscale: #0F0F0F. Windows color (decimal): -16182261 or 726025. OLE color: 726025.
HSL color Cylindrical-coordinate representation of color #09140B: hue angle of 130.91º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #09140B is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 20 | 11 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.92 |
| HSL | 130.91º | 0.38% | 0.06% | - |
| HSV(B) | 130.91º | 0.55% | 0.08% | - |
| XYZ | 0.42 | 0.58 | 0.41 | - |
| YUV | 15.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 11 | 0.55 | 0 | 0.45 | 0.92 | 130.91 | 0.38 | 0.06 |
| Hex | 9 | 14 | B | 37 | 0 | 2D | 5C | 83 | 26 | 6 |
| Octal | 11 | 24 | 13 | 67 | 0 | 55 | 134 | 203 | 46 | 6 |
| Binary | 1001 | 10100 | 1011 | 110111 | 0 | 101101 | 1011100 | 10000011 | 100110 | 110 |
Color Harmonies of #09140B
Complementary color
Monochromatic Colors of #09140B
Black with #09140B
Text Example
Text Example
White with #09140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09140B; }
p { color: rgb(9,20,11); }
H1.HeaderClassName
{
color: #09140B;
}
.AnyTagClassName
{
color: #09140B;
}
</style>
background-color css
<style>
a { background-color: #09140B; }
a { background-color: rgb(9,20,11); }
div.DivClassName
{
background-color: #09140B;
}
.BgClassName
{
background-color: #09140B;
}
</style>
border-color css
<style>
span { border-color: #09140B; }
span { border-color: rgb(9,20,11); }
td.TdClassName
{
border-color: #09140B;
}
.TagClassName
{
border-color: #09140B;
}
</style>