Shades of Black Bean #071C0B
Tints of Black Bean #071C0B
RGB
CMYK
RGB Variations
Color information
#071C0B (or 0x071C0B) is known color: Black Bean. HEX triplet: 07, 1C and 0B. RGB value is (7,28,11). Sum of RGB (Red+Green+Blue) = 7+28+11=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #071C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C0B is #F8E3F4. Grayscale: #131313. Windows color (decimal): -16311285 or 728071. OLE color: 728071.
HSL color Cylindrical-coordinate representation of color #071C0B: hue angle of 131.43º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071C0B is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 28 | 11 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.89 |
| HSL | 131.43º | 0.6% | 0.07% | - |
| HSV(B) | 131.43º | 0.75% | 0.11% | - |
| XYZ | 0.56 | 0.9 | 0.46 | - |
| YUV | 19.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 11 | 0.75 | 0 | 0.61 | 0.89 | 131.43 | 0.6 | 0.07 |
| Hex | 7 | 1C | B | 4B | 0 | 3D | 59 | 83 | 3C | 7 |
| Octal | 7 | 34 | 13 | 113 | 0 | 75 | 131 | 203 | 74 | 7 |
| Binary | 111 | 11100 | 1011 | 1001011 | 0 | 111101 | 1011001 | 10000011 | 111100 | 111 |
Color Harmonies of #071C0B
Complementary color
Monochromatic Colors of #071C0B
Black with #071C0B
Text Example
Text Example
White with #071C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C0B; }
p { color: rgb(7,28,11); }
H1.HeaderClassName
{
color: #071C0B;
}
.AnyTagClassName
{
color: #071C0B;
}
</style>
background-color css
<style>
a { background-color: #071C0B; }
a { background-color: rgb(7,28,11); }
div.DivClassName
{
background-color: #071C0B;
}
.BgClassName
{
background-color: #071C0B;
}
</style>
border-color css
<style>
span { border-color: #071C0B; }
span { border-color: rgb(7,28,11); }
td.TdClassName
{
border-color: #071C0B;
}
.TagClassName
{
border-color: #071C0B;
}
</style>