Shades of Black Bean #071407
Tints of Black Bean #071407
RGB
CMYK
RGB Variations
Color information
#071407 (or 0x071407) is known color: Black Bean. HEX triplet: 07, 14 and 07. RGB value is (7,20,7). Sum of RGB (Red+Green+Blue) = 7+20+7=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #071407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071407 is #F8EBF8. Grayscale: #0E0E0E. Windows color (decimal): -16313337 or 463879. OLE color: 463879.
HSL color Cylindrical-coordinate representation of color #071407: hue angle of 120º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #071407 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 20 | 7 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.92 |
| HSL | 120º | 0.48% | 0.05% | - |
| HSV(B) | 120º | 0.65% | 0.08% | - |
| XYZ | 0.38 | 0.56 | 0.29 | - |
| YUV | 14.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 7 | 0.65 | 0 | 0.65 | 0.92 | 120 | 0.48 | 0.05 |
| Hex | 7 | 14 | 7 | 41 | 0 | 41 | 5C | 78 | 30 | 5 |
| Octal | 7 | 24 | 7 | 101 | 0 | 101 | 134 | 170 | 60 | 5 |
| Binary | 111 | 10100 | 111 | 1000001 | 0 | 1000001 | 1011100 | 1111000 | 110000 | 101 |
Color Harmonies of #071407
Complementary color
Monochromatic Colors of #071407
Black with #071407
Text Example
Text Example
White with #071407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071407; }
p { color: rgb(7,20,7); }
H1.HeaderClassName
{
color: #071407;
}
.AnyTagClassName
{
color: #071407;
}
</style>
background-color css
<style>
a { background-color: #071407; }
a { background-color: rgb(7,20,7); }
div.DivClassName
{
background-color: #071407;
}
.BgClassName
{
background-color: #071407;
}
</style>
border-color css
<style>
span { border-color: #071407; }
span { border-color: rgb(7,20,7); }
td.TdClassName
{
border-color: #071407;
}
.TagClassName
{
border-color: #071407;
}
</style>