Shades of Black Bean #061B07
Tints of Black Bean #061B07
RGB
CMYK
RGB Variations
Color information
#061B07 (or 0x061B07) is known color: Black Bean. HEX triplet: 06, 1B and 07. RGB value is (6,27,7). Sum of RGB (Red+Green+Blue) = 6+27+7=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 27 (10.94% from 255 or 67.5% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 27 - color contains mainly: green. Hex color #061B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061B07 is #F9E4F8. Grayscale: #121212. Windows color (decimal): -16377081 or 465670. OLE color: 465670.
HSL color Cylindrical-coordinate representation of color #061B07: hue angle of 122.86º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #061B07 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 27 | 7 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.89 |
| HSL | 122.86º | 0.64% | 0.06% | - |
| HSV(B) | 122.86º | 0.78% | 0.11% | - |
| XYZ | 0.51 | 0.84 | 0.34 | - |
| YUV | 18.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 7 | 0.78 | 0 | 0.74 | 0.89 | 122.86 | 0.64 | 0.06 |
| Hex | 6 | 1B | 7 | 4E | 0 | 4A | 59 | 7B | 40 | 6 |
| Octal | 6 | 33 | 7 | 116 | 0 | 112 | 131 | 173 | 100 | 6 |
| Binary | 110 | 11011 | 111 | 1001110 | 0 | 1001010 | 1011001 | 1111011 | 1000000 | 110 |
Color Harmonies of #061B07
Complementary color
Monochromatic Colors of #061B07
Black with #061B07
Text Example
Text Example
White with #061B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B07; }
p { color: rgb(6,27,7); }
H1.HeaderClassName
{
color: #061B07;
}
.AnyTagClassName
{
color: #061B07;
}
</style>
background-color css
<style>
a { background-color: #061B07; }
a { background-color: rgb(6,27,7); }
div.DivClassName
{
background-color: #061B07;
}
.BgClassName
{
background-color: #061B07;
}
</style>
border-color css
<style>
span { border-color: #061B07; }
span { border-color: rgb(6,27,7); }
td.TdClassName
{
border-color: #061B07;
}
.TagClassName
{
border-color: #061B07;
}
</style>