Shades of Black Bean #071307
Tints of Black Bean #071307
RGB
CMYK
RGB Variations
Color information
#071307 (or 0x071307) is known color: Black Bean. HEX triplet: 07, 13 and 07. RGB value is (7,19,7). Sum of RGB (Red+Green+Blue) = 7+19+7=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 19 (7.81% from 255 or 57.58% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 19 - color contains mainly: green. Hex color #071307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071307 is #F8ECF8. Grayscale: #0E0E0E. Windows color (decimal): -16313593 or 463623. OLE color: 463623.
HSL color Cylindrical-coordinate representation of color #071307: hue angle of 120º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #071307 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 19 | 7 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.93 |
| HSL | 120º | 0.46% | 0.05% | - |
| HSV(B) | 120º | 0.63% | 0.07% | - |
| XYZ | 0.36 | 0.53 | 0.28 | - |
| YUV | 14.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 7 | 0.63 | 0 | 0.63 | 0.93 | 120 | 0.46 | 0.05 |
| Hex | 7 | 13 | 7 | 3F | 0 | 3F | 5D | 78 | 2E | 5 |
| Octal | 7 | 23 | 7 | 77 | 0 | 77 | 135 | 170 | 56 | 5 |
| Binary | 111 | 10011 | 111 | 111111 | 0 | 111111 | 1011101 | 1111000 | 101110 | 101 |
Color Harmonies of #071307
Complementary color
Monochromatic Colors of #071307
Black with #071307
Text Example
Text Example
White with #071307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071307; }
p { color: rgb(7,19,7); }
H1.HeaderClassName
{
color: #071307;
}
.AnyTagClassName
{
color: #071307;
}
</style>
background-color css
<style>
a { background-color: #071307; }
a { background-color: rgb(7,19,7); }
div.DivClassName
{
background-color: #071307;
}
.BgClassName
{
background-color: #071307;
}
</style>
border-color css
<style>
span { border-color: #071307; }
span { border-color: rgb(7,19,7); }
td.TdClassName
{
border-color: #071307;
}
.TagClassName
{
border-color: #071307;
}
</style>