Shades of Black Bean #091B0B
Tints of Black Bean #091B0B
RGB
CMYK
RGB Variations
Color information
#091B0B (or 0x091B0B) is known color: Black Bean. HEX triplet: 09, 1B and 0B. RGB value is (9,27,11). Sum of RGB (Red+Green+Blue) = 9+27+11=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #091B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091B0B is #F6E4F4. Grayscale: #131313. Windows color (decimal): -16180469 or 727817. OLE color: 727817.
HSL color Cylindrical-coordinate representation of color #091B0B: hue angle of 126.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #091B0B is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 27 | 11 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.89 |
| HSL | 126.67º | 0.5% | 0.07% | - |
| HSV(B) | 126.67º | 0.67% | 0.11% | - |
| XYZ | 0.56 | 0.87 | 0.45 | - |
| YUV | 19.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 11 | 0.67 | 0 | 0.59 | 0.89 | 126.67 | 0.5 | 0.07 |
| Hex | 9 | 1B | B | 43 | 0 | 3B | 59 | 7F | 32 | 7 |
| Octal | 11 | 33 | 13 | 103 | 0 | 73 | 131 | 177 | 62 | 7 |
| Binary | 1001 | 11011 | 1011 | 1000011 | 0 | 111011 | 1011001 | 1111111 | 110010 | 111 |
Color Harmonies of #091B0B
Complementary color
Monochromatic Colors of #091B0B
Black with #091B0B
Text Example
Text Example
White with #091B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B0B; }
p { color: rgb(9,27,11); }
H1.HeaderClassName
{
color: #091B0B;
}
.AnyTagClassName
{
color: #091B0B;
}
</style>
background-color css
<style>
a { background-color: #091B0B; }
a { background-color: rgb(9,27,11); }
div.DivClassName
{
background-color: #091B0B;
}
.BgClassName
{
background-color: #091B0B;
}
</style>
border-color css
<style>
span { border-color: #091B0B; }
span { border-color: rgb(9,27,11); }
td.TdClassName
{
border-color: #091B0B;
}
.TagClassName
{
border-color: #091B0B;
}
</style>