Shades of Black Bean #071B0B
Tints of Black Bean #071B0B
RGB
CMYK
RGB Variations
Color information
#071B0B (or 0x071B0B) is known color: Black Bean. HEX triplet: 07, 1B and 0B. RGB value is (7,27,11). Sum of RGB (Red+Green+Blue) = 7+27+11=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 27 (10.94% from 255 or 60% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 27 - color contains mainly: green. Hex color #071B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071B0B is #F8E4F4. Grayscale: #131313. Windows color (decimal): -16311541 or 727815. OLE color: 727815.
HSL color Cylindrical-coordinate representation of color #071B0B: hue angle of 132º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #071B0B is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 27 | 11 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.89 |
| HSL | 132º | 0.59% | 0.07% | - |
| HSV(B) | 132º | 0.74% | 0.11% | - |
| XYZ | 0.54 | 0.85 | 0.45 | - |
| YUV | 19.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 11 | 0.74 | 0 | 0.59 | 0.89 | 132 | 0.59 | 0.07 |
| Hex | 7 | 1B | B | 4A | 0 | 3B | 59 | 84 | 3B | 7 |
| Octal | 7 | 33 | 13 | 112 | 0 | 73 | 131 | 204 | 73 | 7 |
| Binary | 111 | 11011 | 1011 | 1001010 | 0 | 111011 | 1011001 | 10000100 | 111011 | 111 |
Color Harmonies of #071B0B
Complementary color
Monochromatic Colors of #071B0B
Black with #071B0B
Text Example
Text Example
White with #071B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B0B; }
p { color: rgb(7,27,11); }
H1.HeaderClassName
{
color: #071B0B;
}
.AnyTagClassName
{
color: #071B0B;
}
</style>
background-color css
<style>
a { background-color: #071B0B; }
a { background-color: rgb(7,27,11); }
div.DivClassName
{
background-color: #071B0B;
}
.BgClassName
{
background-color: #071B0B;
}
</style>
border-color css
<style>
span { border-color: #071B0B; }
span { border-color: rgb(7,27,11); }
td.TdClassName
{
border-color: #071B0B;
}
.TagClassName
{
border-color: #071B0B;
}
</style>