Shades of Black Bean #071F08
Tints of Black Bean #071F08
RGB
CMYK
RGB Variations
Color information
#071F08 (or 0x071F08) is known color: Black Bean. HEX triplet: 07, 1F and 08. RGB value is (7,31,8). Sum of RGB (Red+Green+Blue) = 7+31+8=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 31 (12.5% from 255 or 67.39% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 31 - color contains mainly: green. Hex color #071F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F08 is #F8E0F7. Grayscale: #151515. Windows color (decimal): -16310520 or 532231. OLE color: 532231.
HSL color Cylindrical-coordinate representation of color #071F08: hue angle of 122.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #071F08 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 31 | 8 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.88 |
| HSL | 122.5º | 0.63% | 0.07% | - |
| HSV(B) | 122.5º | 0.77% | 0.12% | - |
| XYZ | 0.62 | 1.04 | 0.4 | - |
| YUV | 21.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 8 | 0.77 | 0 | 0.74 | 0.88 | 122.5 | 0.63 | 0.07 |
| Hex | 7 | 1F | 8 | 4D | 0 | 4A | 58 | 7B | 3F | 7 |
| Octal | 7 | 37 | 10 | 115 | 0 | 112 | 130 | 173 | 77 | 7 |
| Binary | 111 | 11111 | 1000 | 1001101 | 0 | 1001010 | 1011000 | 1111011 | 111111 | 111 |
Color Harmonies of #071F08
Complementary color
Monochromatic Colors of #071F08
Black with #071F08
Text Example
Text Example
White with #071F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F08; }
p { color: rgb(7,31,8); }
H1.HeaderClassName
{
color: #071F08;
}
.AnyTagClassName
{
color: #071F08;
}
</style>
background-color css
<style>
a { background-color: #071F08; }
a { background-color: rgb(7,31,8); }
div.DivClassName
{
background-color: #071F08;
}
.BgClassName
{
background-color: #071F08;
}
</style>
border-color css
<style>
span { border-color: #071F08; }
span { border-color: rgb(7,31,8); }
td.TdClassName
{
border-color: #071F08;
}
.TagClassName
{
border-color: #071F08;
}
</style>