Shades of Black Bean #091D0A
Tints of Black Bean #091D0A
RGB
CMYK
RGB Variations
Color information
#091D0A (or 0x091D0A) is known color: Black Bean. HEX triplet: 09, 1D and 0A. RGB value is (9,29,10). Sum of RGB (Red+Green+Blue) = 9+29+10=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #091D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091D0A is #F6E2F5. Grayscale: #141414. Windows color (decimal): -16179958 or 662793. OLE color: 662793.
HSL color Cylindrical-coordinate representation of color #091D0A: hue angle of 123º 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 #091D0A is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 29 | 10 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.89 |
| HSL | 123º | 0.53% | 0.07% | - |
| HSV(B) | 123º | 0.69% | 0.11% | - |
| XYZ | 0.61 | 0.96 | 0.44 | - |
| YUV | 20.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 10 | 0.69 | 0 | 0.66 | 0.89 | 123 | 0.53 | 0.07 |
| Hex | 9 | 1D | A | 45 | 0 | 42 | 59 | 7B | 35 | 7 |
| Octal | 11 | 35 | 12 | 105 | 0 | 102 | 131 | 173 | 65 | 7 |
| Binary | 1001 | 11101 | 1010 | 1000101 | 0 | 1000010 | 1011001 | 1111011 | 110101 | 111 |
Color Harmonies of #091D0A
Complementary color
Monochromatic Colors of #091D0A
Black with #091D0A
Text Example
Text Example
White with #091D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D0A; }
p { color: rgb(9,29,10); }
H1.HeaderClassName
{
color: #091D0A;
}
.AnyTagClassName
{
color: #091D0A;
}
</style>
background-color css
<style>
a { background-color: #091D0A; }
a { background-color: rgb(9,29,10); }
div.DivClassName
{
background-color: #091D0A;
}
.BgClassName
{
background-color: #091D0A;
}
</style>
border-color css
<style>
span { border-color: #091D0A; }
span { border-color: rgb(9,29,10); }
td.TdClassName
{
border-color: #091D0A;
}
.TagClassName
{
border-color: #091D0A;
}
</style>