Shades of Black Bean #091B0C
Tints of Black Bean #091B0C
RGB
CMYK
RGB Variations
Color information
#091B0C (or 0x091B0C) is known color: Black Bean. HEX triplet: 09, 1B and 0C. RGB value is (9,27,12). Sum of RGB (Red+Green+Blue) = 9+27+12=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #091B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091B0C is #F6E4F3. Grayscale: #131313. Windows color (decimal): -16180468 or 793353. OLE color: 793353.
HSL color Cylindrical-coordinate representation of color #091B0C: hue angle of 130º 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 #091B0C is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 27 | 12 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.89 |
| HSL | 130º | 0.5% | 0.07% | - |
| HSV(B) | 130º | 0.67% | 0.11% | - |
| XYZ | 0.57 | 0.87 | 0.49 | - |
| YUV | 19.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 12 | 0.67 | 0 | 0.56 | 0.89 | 130 | 0.5 | 0.07 |
| Hex | 9 | 1B | C | 43 | 0 | 38 | 59 | 82 | 32 | 7 |
| Octal | 11 | 33 | 14 | 103 | 0 | 70 | 131 | 202 | 62 | 7 |
| Binary | 1001 | 11011 | 1100 | 1000011 | 0 | 111000 | 1011001 | 10000010 | 110010 | 111 |
Color Harmonies of #091B0C
Complementary color
Monochromatic Colors of #091B0C
Black with #091B0C
Text Example
Text Example
White with #091B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B0C; }
p { color: rgb(9,27,12); }
H1.HeaderClassName
{
color: #091B0C;
}
.AnyTagClassName
{
color: #091B0C;
}
</style>
background-color css
<style>
a { background-color: #091B0C; }
a { background-color: rgb(9,27,12); }
div.DivClassName
{
background-color: #091B0C;
}
.BgClassName
{
background-color: #091B0C;
}
</style>
border-color css
<style>
span { border-color: #091B0C; }
span { border-color: rgb(9,27,12); }
td.TdClassName
{
border-color: #091B0C;
}
.TagClassName
{
border-color: #091B0C;
}
</style>