Shades of Black Bean #07160B
Tints of Black Bean #07160B
RGB
CMYK
RGB Variations
Color information
#07160B (or 0x07160B) is known color: Black Bean. HEX triplet: 07, 16 and 0B. RGB value is (7,22,11). Sum of RGB (Red+Green+Blue) = 7+22+11=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 22 (8.98% from 255 or 55% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 22 - color contains mainly: green. Hex color #07160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07160B is #F8E9F4. Grayscale: #101010. Windows color (decimal): -16312821 or 726535. OLE color: 726535.
HSL color Cylindrical-coordinate representation of color #07160B: hue angle of 136º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #07160B is Cyan = 0.68, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 22 | 11 | - |
| CMYK | 0.68 | 0 | 0.5 | 0.91 |
| HSL | 136º | 0.52% | 0.06% | - |
| HSV(B) | 136º | 0.68% | 0.09% | - |
| XYZ | 0.43 | 0.64 | 0.42 | - |
| YUV | 16.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 11 | 0.68 | 0 | 0.5 | 0.91 | 136 | 0.52 | 0.06 |
| Hex | 7 | 16 | B | 44 | 0 | 32 | 5B | 88 | 34 | 6 |
| Octal | 7 | 26 | 13 | 104 | 0 | 62 | 133 | 210 | 64 | 6 |
| Binary | 111 | 10110 | 1011 | 1000100 | 0 | 110010 | 1011011 | 10001000 | 110100 | 110 |
Color Harmonies of #07160B
Complementary color
Monochromatic Colors of #07160B
Black with #07160B
Text Example
Text Example
White with #07160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07160B; }
p { color: rgb(7,22,11); }
H1.HeaderClassName
{
color: #07160B;
}
.AnyTagClassName
{
color: #07160B;
}
</style>
background-color css
<style>
a { background-color: #07160B; }
a { background-color: rgb(7,22,11); }
div.DivClassName
{
background-color: #07160B;
}
.BgClassName
{
background-color: #07160B;
}
</style>
border-color css
<style>
span { border-color: #07160B; }
span { border-color: rgb(7,22,11); }
td.TdClassName
{
border-color: #07160B;
}
.TagClassName
{
border-color: #07160B;
}
</style>