Shades of Black Bean #071206
Tints of Black Bean #071206
RGB
CMYK
RGB Variations
Color information
#071206 (or 0x071206) is known color: Black Bean. HEX triplet: 07, 12 and 06. RGB value is (7,18,6). Sum of RGB (Red+Green+Blue) = 7+18+6=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 18 (7.42% from 255 or 58.06% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 18 - color contains mainly: green. Hex color #071206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071206 is #F8EDF9. Grayscale: #0D0D0D. Windows color (decimal): -16313850 or 397831. OLE color: 397831.
HSL color Cylindrical-coordinate representation of color #071206: hue angle of 115º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #071206 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 18 | 6 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.93 |
| HSL | 115º | 0.5% | 0.05% | - |
| HSV(B) | 115º | 0.67% | 0.07% | - |
| XYZ | 0.34 | 0.49 | 0.25 | - |
| YUV | 13.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 6 | 0.61 | 0 | 0.67 | 0.93 | 115 | 0.5 | 0.05 |
| Hex | 7 | 12 | 6 | 3D | 0 | 43 | 5D | 73 | 32 | 5 |
| Octal | 7 | 22 | 6 | 75 | 0 | 103 | 135 | 163 | 62 | 5 |
| Binary | 111 | 10010 | 110 | 111101 | 0 | 1000011 | 1011101 | 1110011 | 110010 | 101 |
Color Harmonies of #071206
Complementary color
Monochromatic Colors of #071206
Black with #071206
Text Example
Text Example
White with #071206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071206; }
p { color: rgb(7,18,6); }
H1.HeaderClassName
{
color: #071206;
}
.AnyTagClassName
{
color: #071206;
}
</style>
background-color css
<style>
a { background-color: #071206; }
a { background-color: rgb(7,18,6); }
div.DivClassName
{
background-color: #071206;
}
.BgClassName
{
background-color: #071206;
}
</style>
border-color css
<style>
span { border-color: #071206; }
span { border-color: rgb(7,18,6); }
td.TdClassName
{
border-color: #071206;
}
.TagClassName
{
border-color: #071206;
}
</style>