Shades of Black Bean #070B07
Tints of Black Bean #070B07
RGB
CMYK
RGB Variations
Color information
#070B07 (or 0x070B07) is known color: Black Bean. HEX triplet: 07, 0B and 07. RGB value is (7,11,7). Sum of RGB (Red+Green+Blue) = 7+11+7=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 11 - color contains mainly: green. Hex color #070B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B07 is #F8F4F8. Grayscale: #090909. Windows color (decimal): -16315641 or 461575. OLE color: 461575.
HSL color Cylindrical-coordinate representation of color #070B07: hue angle of 120º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #070B07 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.96.
Color convert
RGB | 7 | 11 | 7 | - |
CMYK | 0.36 | 0 | 0.36 | 0.96 |
HSL | 120º | 0.22% | 0.04% | - |
HSV(B) | 120º | 0.36% | 0.04% | - |
XYZ | 0.25 | 0.3 | 0.25 | - |
YUV | 9.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 11 | 7 | 0.36 | 0 | 0.36 | 0.96 | 120 | 0.22 | 0.04 |
Hex | 7 | B | 7 | 24 | 0 | 24 | 60 | 78 | 16 | 4 |
Octal | 7 | 13 | 7 | 44 | 0 | 44 | 140 | 170 | 26 | 4 |
Binary | 111 | 1011 | 111 | 100100 | 0 | 100100 | 1100000 | 1111000 | 10110 | 100 |
Color Harmonies of #070B07
Complementary color
Monochromatic Colors of #070B07
Black with #070B07
Text Example
Text Example
White with #070B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B07; }
p { color: rgb(7,11,7); }
H1.HeaderClassName
{
color: #070B07;
}
.AnyTagClassName
{
color: #070B07;
}
</style>
background-color css
<style>
a { background-color: #070B07; }
a { background-color: rgb(7,11,7); }
div.DivClassName
{
background-color: #070B07;
}
.BgClassName
{
background-color: #070B07;
}
</style>
border-color css
<style>
span { border-color: #070B07; }
span { border-color: rgb(7,11,7); }
td.TdClassName
{
border-color: #070B07;
}
.TagClassName
{
border-color: #070B07;
}
</style>