Shades of Black Bean #091F0C
Tints of Black Bean #091F0C
RGB
CMYK
RGB Variations
Color information
#091F0C (or 0x091F0C) is known color: Black Bean. HEX triplet: 09, 1F and 0C. RGB value is (9,31,12). Sum of RGB (Red+Green+Blue) = 9+31+12=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #091F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091F0C is #F6E0F3. Grayscale: #161616. Windows color (decimal): -16179444 or 794377. OLE color: 794377.
HSL color Cylindrical-coordinate representation of color #091F0C: hue angle of 128.18º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #091F0C is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 31 | 12 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.88 |
| HSL | 128.18º | 0.55% | 0.08% | - |
| HSV(B) | 128.18º | 0.71% | 0.12% | - |
| XYZ | 0.67 | 1.06 | 0.52 | - |
| YUV | 22.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 12 | 0.71 | 0 | 0.61 | 0.88 | 128.18 | 0.55 | 0.08 |
| Hex | 9 | 1F | C | 47 | 0 | 3D | 58 | 80 | 37 | 8 |
| Octal | 11 | 37 | 14 | 107 | 0 | 75 | 130 | 200 | 67 | 10 |
| Binary | 1001 | 11111 | 1100 | 1000111 | 0 | 111101 | 1011000 | 10000000 | 110111 | 1000 |
Color Harmonies of #091F0C
Complementary color
Monochromatic Colors of #091F0C
Black with #091F0C
Text Example
Text Example
White with #091F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F0C; }
p { color: rgb(9,31,12); }
H1.HeaderClassName
{
color: #091F0C;
}
.AnyTagClassName
{
color: #091F0C;
}
</style>
background-color css
<style>
a { background-color: #091F0C; }
a { background-color: rgb(9,31,12); }
div.DivClassName
{
background-color: #091F0C;
}
.BgClassName
{
background-color: #091F0C;
}
</style>
border-color css
<style>
span { border-color: #091F0C; }
span { border-color: rgb(9,31,12); }
td.TdClassName
{
border-color: #091F0C;
}
.TagClassName
{
border-color: #091F0C;
}
</style>