Shades of Black Bean #071B0C
Tints of Black Bean #071B0C
RGB
CMYK
RGB Variations
Color information
#071B0C (or 0x071B0C) is known color: Black Bean. HEX triplet: 07, 1B and 0C. RGB value is (7,27,12). Sum of RGB (Red+Green+Blue) = 7+27+12=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #071B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071B0C is #F8E4F3. Grayscale: #131313. Windows color (decimal): -16311540 or 793351. OLE color: 793351.
HSL color Cylindrical-coordinate representation of color #071B0C: hue angle of 135º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #071B0C is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 27 | 12 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.89 |
| HSL | 135º | 0.59% | 0.07% | - |
| HSV(B) | 135º | 0.74% | 0.11% | - |
| XYZ | 0.55 | 0.86 | 0.48 | - |
| YUV | 19.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 12 | 0.74 | 0 | 0.56 | 0.89 | 135 | 0.59 | 0.07 |
| Hex | 7 | 1B | C | 4A | 0 | 38 | 59 | 87 | 3B | 7 |
| Octal | 7 | 33 | 14 | 112 | 0 | 70 | 131 | 207 | 73 | 7 |
| Binary | 111 | 11011 | 1100 | 1001010 | 0 | 111000 | 1011001 | 10000111 | 111011 | 111 |
Color Harmonies of #071B0C
Complementary color
Monochromatic Colors of #071B0C
Black with #071B0C
Text Example
Text Example
White with #071B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B0C; }
p { color: rgb(7,27,12); }
H1.HeaderClassName
{
color: #071B0C;
}
.AnyTagClassName
{
color: #071B0C;
}
</style>
background-color css
<style>
a { background-color: #071B0C; }
a { background-color: rgb(7,27,12); }
div.DivClassName
{
background-color: #071B0C;
}
.BgClassName
{
background-color: #071B0C;
}
</style>
border-color css
<style>
span { border-color: #071B0C; }
span { border-color: rgb(7,27,12); }
td.TdClassName
{
border-color: #071B0C;
}
.TagClassName
{
border-color: #071B0C;
}
</style>