Shades of Black Bean #091D0C
Tints of Black Bean #091D0C
RGB
CMYK
RGB Variations
Color information
#091D0C (or 0x091D0C) is known color: Black Bean. HEX triplet: 09, 1D and 0C. RGB value is (9,29,12). Sum of RGB (Red+Green+Blue) = 9+29+12=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #091D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091D0C is #F6E2F3. Grayscale: #151515. Windows color (decimal): -16179956 or 793865. OLE color: 793865.
HSL color Cylindrical-coordinate representation of color #091D0C: hue angle of 129º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #091D0C is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 29 | 12 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.89 |
| HSL | 129º | 0.53% | 0.07% | - |
| HSV(B) | 129º | 0.69% | 0.11% | - |
| XYZ | 0.62 | 0.96 | 0.5 | - |
| YUV | 21.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 12 | 0.69 | 0 | 0.59 | 0.89 | 129 | 0.53 | 0.07 |
| Hex | 9 | 1D | C | 45 | 0 | 3B | 59 | 81 | 35 | 7 |
| Octal | 11 | 35 | 14 | 105 | 0 | 73 | 131 | 201 | 65 | 7 |
| Binary | 1001 | 11101 | 1100 | 1000101 | 0 | 111011 | 1011001 | 10000001 | 110101 | 111 |
Color Harmonies of #091D0C
Complementary color
Monochromatic Colors of #091D0C
Black with #091D0C
Text Example
Text Example
White with #091D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D0C; }
p { color: rgb(9,29,12); }
H1.HeaderClassName
{
color: #091D0C;
}
.AnyTagClassName
{
color: #091D0C;
}
</style>
background-color css
<style>
a { background-color: #091D0C; }
a { background-color: rgb(9,29,12); }
div.DivClassName
{
background-color: #091D0C;
}
.BgClassName
{
background-color: #091D0C;
}
</style>
border-color css
<style>
span { border-color: #091D0C; }
span { border-color: rgb(9,29,12); }
td.TdClassName
{
border-color: #091D0C;
}
.TagClassName
{
border-color: #091D0C;
}
</style>