Shades of Black Bean #071F0D
Tints of Black Bean #071F0D
RGB
CMYK
RGB Variations
Color information
#071F0D (or 0x071F0D) is known color: Black Bean. HEX triplet: 07, 1F and 0D. RGB value is (7,31,13). Sum of RGB (Red+Green+Blue) = 7+31+13=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 31 (12.5% from 255 or 60.78% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 31 - color contains mainly: green. Hex color #071F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071F0D is #F8E0F2. Grayscale: #151515. Windows color (decimal): -16310515 or 859911. OLE color: 859911.
HSL color Cylindrical-coordinate representation of color #071F0D: hue angle of 135º 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 #071F0D is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 31 | 13 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.88 |
| HSL | 135º | 0.63% | 0.07% | - |
| HSV(B) | 135º | 0.77% | 0.12% | - |
| XYZ | 0.65 | 1.05 | 0.55 | - |
| YUV | 21.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 13 | 0.77 | 0 | 0.58 | 0.88 | 135 | 0.63 | 0.07 |
| Hex | 7 | 1F | D | 4D | 0 | 3A | 58 | 87 | 3F | 7 |
| Octal | 7 | 37 | 15 | 115 | 0 | 72 | 130 | 207 | 77 | 7 |
| Binary | 111 | 11111 | 1101 | 1001101 | 0 | 111010 | 1011000 | 10000111 | 111111 | 111 |
Color Harmonies of #071F0D
Complementary color
Monochromatic Colors of #071F0D
Black with #071F0D
Text Example
Text Example
White with #071F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F0D; }
p { color: rgb(7,31,13); }
H1.HeaderClassName
{
color: #071F0D;
}
.AnyTagClassName
{
color: #071F0D;
}
</style>
background-color css
<style>
a { background-color: #071F0D; }
a { background-color: rgb(7,31,13); }
div.DivClassName
{
background-color: #071F0D;
}
.BgClassName
{
background-color: #071F0D;
}
</style>
border-color css
<style>
span { border-color: #071F0D; }
span { border-color: rgb(7,31,13); }
td.TdClassName
{
border-color: #071F0D;
}
.TagClassName
{
border-color: #071F0D;
}
</style>