Shades of Black Bean #060F07
Tints of Black Bean #060F07
RGB
CMYK
RGB Variations
Color information
#060F07 (or 0x060F07) is known color: Black Bean. HEX triplet: 06, 0F and 07. RGB value is (6,15,7). Sum of RGB (Red+Green+Blue) = 6+15+7=28 (3% of max value = 765). Red value is 6 (2.73% from 255 or 21.43% from 28); Green value is 15 (6.25% from 255 or 53.57% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 15 - color contains mainly: green. Hex color #060F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060F07 is #F9F0F8. Grayscale: #0B0B0B. Windows color (decimal): -16380153 or 462598. OLE color: 462598.
HSL color Cylindrical-coordinate representation of color #060F07: hue angle of 126.67º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #060F07 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 6 | 15 | 7 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.94 |
| HSL | 126.67º | 0.43% | 0.04% | - |
| HSV(B) | 126.67º | 0.6% | 0.06% | - |
| XYZ | 0.28 | 0.4 | 0.26 | - |
| YUV | 11.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 7 | 0.60 | 0 | 0.53 | 0.94 | 126.67 | 0.43 | 0.04 |
| Hex | 6 | F | 7 | 3C | 0 | 35 | 5E | 7F | 2B | 4 |
| Octal | 6 | 17 | 7 | 74 | 0 | 65 | 136 | 177 | 53 | 4 |
| Binary | 110 | 1111 | 111 | 111100 | 0 | 110101 | 1011110 | 1111111 | 101011 | 100 |
Color Harmonies of #060F07
Complementary color
Monochromatic Colors of #060F07
Black with #060F07
Text Example
Text Example
White with #060F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060F07; }
p { color: rgb(6,15,7); }
H1.HeaderClassName
{
color: #060F07;
}
.AnyTagClassName
{
color: #060F07;
}
</style>
background-color css
<style>
a { background-color: #060F07; }
a { background-color: rgb(6,15,7); }
div.DivClassName
{
background-color: #060F07;
}
.BgClassName
{
background-color: #060F07;
}
</style>
border-color css
<style>
span { border-color: #060F07; }
span { border-color: rgb(6,15,7); }
td.TdClassName
{
border-color: #060F07;
}
.TagClassName
{
border-color: #060F07;
}
</style>