Shades of Black Bean #091C0D
Tints of Black Bean #091C0D
RGB
CMYK
RGB Variations
Color information
#091C0D (or 0x091C0D) is known color: Black Bean. HEX triplet: 09, 1C and 0D. RGB value is (9,28,13). Sum of RGB (Red+Green+Blue) = 9+28+13=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #091C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091C0D is #F6E3F2. Grayscale: #141414. Windows color (decimal): -16180211 or 859145. OLE color: 859145.
HSL color Cylindrical-coordinate representation of color #091C0D: hue angle of 132.63º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #091C0D is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 28 | 13 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.89 |
| HSL | 132.63º | 0.51% | 0.07% | - |
| HSV(B) | 132.63º | 0.68% | 0.11% | - |
| XYZ | 0.6 | 0.92 | 0.53 | - |
| YUV | 20.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 13 | 0.68 | 0 | 0.54 | 0.89 | 132.63 | 0.51 | 0.07 |
| Hex | 9 | 1C | D | 44 | 0 | 36 | 59 | 85 | 33 | 7 |
| Octal | 11 | 34 | 15 | 104 | 0 | 66 | 131 | 205 | 63 | 7 |
| Binary | 1001 | 11100 | 1101 | 1000100 | 0 | 110110 | 1011001 | 10000101 | 110011 | 111 |
Color Harmonies of #091C0D
Complementary color
Monochromatic Colors of #091C0D
Black with #091C0D
Text Example
Text Example
White with #091C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C0D; }
p { color: rgb(9,28,13); }
H1.HeaderClassName
{
color: #091C0D;
}
.AnyTagClassName
{
color: #091C0D;
}
</style>
background-color css
<style>
a { background-color: #091C0D; }
a { background-color: rgb(9,28,13); }
div.DivClassName
{
background-color: #091C0D;
}
.BgClassName
{
background-color: #091C0D;
}
</style>
border-color css
<style>
span { border-color: #091C0D; }
span { border-color: rgb(9,28,13); }
td.TdClassName
{
border-color: #091C0D;
}
.TagClassName
{
border-color: #091C0D;
}
</style>