Shades of Black Bean #061007
Tints of Black Bean #061007
RGB
CMYK
RGB Variations
Color information
#061007 (or 0x061007) is known color: Black Bean. HEX triplet: 06, 10 and 07. RGB value is (6,16,7). Sum of RGB (Red+Green+Blue) = 6+16+7=29 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20.69% from 29); Green value is 16 (6.64% from 255 or 55.17% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 16 - color contains mainly: green. Hex color #061007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061007 is #F9EFF8. Grayscale: #0C0C0C. Windows color (decimal): -16379897 or 462854. OLE color: 462854.
HSL color Cylindrical-coordinate representation of color #061007: hue angle of 126º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #061007 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 6 | 16 | 7 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.94 |
| HSL | 126º | 0.45% | 0.04% | - |
| HSV(B) | 126º | 0.63% | 0.06% | - |
| XYZ | 0.3 | 0.42 | 0.27 | - |
| YUV | 11.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 7 | 0.62 | 0 | 0.56 | 0.94 | 126 | 0.45 | 0.04 |
| Hex | 6 | 10 | 7 | 3E | 0 | 38 | 5E | 7E | 2D | 4 |
| Octal | 6 | 20 | 7 | 76 | 0 | 70 | 136 | 176 | 55 | 4 |
| Binary | 110 | 10000 | 111 | 111110 | 0 | 111000 | 1011110 | 1111110 | 101101 | 100 |
Color Harmonies of #061007
Complementary color
Monochromatic Colors of #061007
Black with #061007
Text Example
Text Example
White with #061007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061007; }
p { color: rgb(6,16,7); }
H1.HeaderClassName
{
color: #061007;
}
.AnyTagClassName
{
color: #061007;
}
</style>
background-color css
<style>
a { background-color: #061007; }
a { background-color: rgb(6,16,7); }
div.DivClassName
{
background-color: #061007;
}
.BgClassName
{
background-color: #061007;
}
</style>
border-color css
<style>
span { border-color: #061007; }
span { border-color: rgb(6,16,7); }
td.TdClassName
{
border-color: #061007;
}
.TagClassName
{
border-color: #061007;
}
</style>