Shades of Black Bean #071406
Tints of Black Bean #071406
RGB
CMYK
RGB Variations
Color information
#071406 (or 0x071406) is known color: Black Bean. HEX triplet: 07, 14 and 06. RGB value is (7,20,6). Sum of RGB (Red+Green+Blue) = 7+20+6=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 20 (8.20% from 255 or 60.61% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 20 - color contains mainly: green. Hex color #071406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071406 is #F8EBF9. Grayscale: #0E0E0E. Windows color (decimal): -16313338 or 398343. OLE color: 398343.
HSL color Cylindrical-coordinate representation of color #071406: hue angle of 115.71º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #071406 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 20 | 6 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.92 |
| HSL | 115.71º | 0.54% | 0.05% | - |
| HSV(B) | 115.71º | 0.7% | 0.08% | - |
| XYZ | 0.37 | 0.56 | 0.26 | - |
| YUV | 14.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 6 | 0.65 | 0 | 0.70 | 0.92 | 115.71 | 0.54 | 0.05 |
| Hex | 7 | 14 | 6 | 41 | 0 | 46 | 5C | 74 | 36 | 5 |
| Octal | 7 | 24 | 6 | 101 | 0 | 106 | 134 | 164 | 66 | 5 |
| Binary | 111 | 10100 | 110 | 1000001 | 0 | 1000110 | 1011100 | 1110100 | 110110 | 101 |
Color Harmonies of #071406
Complementary color
Monochromatic Colors of #071406
Black with #071406
Text Example
Text Example
White with #071406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071406; }
p { color: rgb(7,20,6); }
H1.HeaderClassName
{
color: #071406;
}
.AnyTagClassName
{
color: #071406;
}
</style>
background-color css
<style>
a { background-color: #071406; }
a { background-color: rgb(7,20,6); }
div.DivClassName
{
background-color: #071406;
}
.BgClassName
{
background-color: #071406;
}
</style>
border-color css
<style>
span { border-color: #071406; }
span { border-color: rgb(7,20,6); }
td.TdClassName
{
border-color: #071406;
}
.TagClassName
{
border-color: #071406;
}
</style>