Shades of Black Bean #071309
Tints of Black Bean #071309
RGB
CMYK
RGB Variations
Color information
#071309 (or 0x071309) is known color: Black Bean. HEX triplet: 07, 13 and 09. RGB value is (7,19,9). Sum of RGB (Red+Green+Blue) = 7+19+9=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #071309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071309 is #F8ECF6. Grayscale: #0E0E0E. Windows color (decimal): -16313591 or 594695. OLE color: 594695.
HSL color Cylindrical-coordinate representation of color #071309: hue angle of 130º 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 #071309 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 19 | 9 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.93 |
| HSL | 130º | 0.46% | 0.05% | - |
| HSV(B) | 130º | 0.63% | 0.07% | - |
| XYZ | 0.37 | 0.53 | 0.34 | - |
| YUV | 14.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 9 | 0.63 | 0 | 0.53 | 0.93 | 130 | 0.46 | 0.05 |
| Hex | 7 | 13 | 9 | 3F | 0 | 35 | 5D | 82 | 2E | 5 |
| Octal | 7 | 23 | 11 | 77 | 0 | 65 | 135 | 202 | 56 | 5 |
| Binary | 111 | 10011 | 1001 | 111111 | 0 | 110101 | 1011101 | 10000010 | 101110 | 101 |
Color Harmonies of #071309
Complementary color
Monochromatic Colors of #071309
Black with #071309
Text Example
Text Example
White with #071309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071309; }
p { color: rgb(7,19,9); }
H1.HeaderClassName
{
color: #071309;
}
.AnyTagClassName
{
color: #071309;
}
</style>
background-color css
<style>
a { background-color: #071309; }
a { background-color: rgb(7,19,9); }
div.DivClassName
{
background-color: #071309;
}
.BgClassName
{
background-color: #071309;
}
</style>
border-color css
<style>
span { border-color: #071309; }
span { border-color: rgb(7,19,9); }
td.TdClassName
{
border-color: #071309;
}
.TagClassName
{
border-color: #071309;
}
</style>