Shades of Black Bean #071F09
Tints of Black Bean #071F09
RGB
CMYK
RGB Variations
Color information
#071F09 (or 0x071F09) is known color: Black Bean. HEX triplet: 07, 1F and 09. RGB value is (7,31,9). Sum of RGB (Red+Green+Blue) = 7+31+9=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #071F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F09 is #F8E0F6. Grayscale: #151515. Windows color (decimal): -16310519 or 597767. OLE color: 597767.
HSL color Cylindrical-coordinate representation of color #071F09: hue angle of 125º 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 #071F09 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 31 | 9 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.88 |
| HSL | 125º | 0.63% | 0.07% | - |
| HSV(B) | 125º | 0.77% | 0.12% | - |
| XYZ | 0.63 | 1.04 | 0.43 | - |
| YUV | 21.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 9 | 0.77 | 0 | 0.71 | 0.88 | 125 | 0.63 | 0.07 |
| Hex | 7 | 1F | 9 | 4D | 0 | 47 | 58 | 7D | 3F | 7 |
| Octal | 7 | 37 | 11 | 115 | 0 | 107 | 130 | 175 | 77 | 7 |
| Binary | 111 | 11111 | 1001 | 1001101 | 0 | 1000111 | 1011000 | 1111101 | 111111 | 111 |
Color Harmonies of #071F09
Complementary color
Monochromatic Colors of #071F09
Black with #071F09
Text Example
Text Example
White with #071F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F09; }
p { color: rgb(7,31,9); }
H1.HeaderClassName
{
color: #071F09;
}
.AnyTagClassName
{
color: #071F09;
}
</style>
background-color css
<style>
a { background-color: #071F09; }
a { background-color: rgb(7,31,9); }
div.DivClassName
{
background-color: #071F09;
}
.BgClassName
{
background-color: #071F09;
}
</style>
border-color css
<style>
span { border-color: #071F09; }
span { border-color: rgb(7,31,9); }
td.TdClassName
{
border-color: #071F09;
}
.TagClassName
{
border-color: #071F09;
}
</style>