Shades of Black Bean #071C0C
Tints of Black Bean #071C0C
RGB
CMYK
RGB Variations
Color information
#071C0C (or 0x071C0C) is known color: Black Bean. HEX triplet: 07, 1C and 0C. RGB value is (7,28,12). Sum of RGB (Red+Green+Blue) = 7+28+12=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #071C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C0C is #F8E3F3. Grayscale: #131313. Windows color (decimal): -16311284 or 793607. OLE color: 793607.
HSL color Cylindrical-coordinate representation of color #071C0C: hue angle of 134.29º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071C0C is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 28 | 12 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.89 |
| HSL | 134.29º | 0.6% | 0.07% | - |
| HSV(B) | 134.29º | 0.75% | 0.11% | - |
| XYZ | 0.57 | 0.9 | 0.49 | - |
| YUV | 19.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 12 | 0.75 | 0 | 0.57 | 0.89 | 134.29 | 0.6 | 0.07 |
| Hex | 7 | 1C | C | 4B | 0 | 39 | 59 | 86 | 3C | 7 |
| Octal | 7 | 34 | 14 | 113 | 0 | 71 | 131 | 206 | 74 | 7 |
| Binary | 111 | 11100 | 1100 | 1001011 | 0 | 111001 | 1011001 | 10000110 | 111100 | 111 |
Color Harmonies of #071C0C
Complementary color
Monochromatic Colors of #071C0C
Black with #071C0C
Text Example
Text Example
White with #071C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C0C; }
p { color: rgb(7,28,12); }
H1.HeaderClassName
{
color: #071C0C;
}
.AnyTagClassName
{
color: #071C0C;
}
</style>
background-color css
<style>
a { background-color: #071C0C; }
a { background-color: rgb(7,28,12); }
div.DivClassName
{
background-color: #071C0C;
}
.BgClassName
{
background-color: #071C0C;
}
</style>
border-color css
<style>
span { border-color: #071C0C; }
span { border-color: rgb(7,28,12); }
td.TdClassName
{
border-color: #071C0C;
}
.TagClassName
{
border-color: #071C0C;
}
</style>