Shades of Black Bean #071E07
Tints of Black Bean #071E07
RGB
CMYK
RGB Variations
Color information
#071E07 (or 0x071E07) is known color: Black Bean. HEX triplet: 07, 1E and 07. RGB value is (7,30,7). Sum of RGB (Red+Green+Blue) = 7+30+7=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 30 (12.11% from 255 or 68.18% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 30 - color contains mainly: green. Hex color #071E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071E07 is #F8E1F8. Grayscale: #141414. Windows color (decimal): -16310777 or 466439. OLE color: 466439.
HSL color Cylindrical-coordinate representation of color #071E07: hue angle of 120º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #071E07 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 30 | 7 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.88 |
| HSL | 120º | 0.62% | 0.07% | - |
| HSV(B) | 120º | 0.77% | 0.12% | - |
| XYZ | 0.59 | 0.99 | 0.36 | - |
| YUV | 20.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 7 | 0.77 | 0 | 0.77 | 0.88 | 120 | 0.62 | 0.07 |
| Hex | 7 | 1E | 7 | 4D | 0 | 4D | 58 | 78 | 3E | 7 |
| Octal | 7 | 36 | 7 | 115 | 0 | 115 | 130 | 170 | 76 | 7 |
| Binary | 111 | 11110 | 111 | 1001101 | 0 | 1001101 | 1011000 | 1111000 | 111110 | 111 |
Color Harmonies of #071E07
Complementary color
Monochromatic Colors of #071E07
Black with #071E07
Text Example
Text Example
White with #071E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071E07; }
p { color: rgb(7,30,7); }
H1.HeaderClassName
{
color: #071E07;
}
.AnyTagClassName
{
color: #071E07;
}
</style>
background-color css
<style>
a { background-color: #071E07; }
a { background-color: rgb(7,30,7); }
div.DivClassName
{
background-color: #071E07;
}
.BgClassName
{
background-color: #071E07;
}
</style>
border-color css
<style>
span { border-color: #071E07; }
span { border-color: rgb(7,30,7); }
td.TdClassName
{
border-color: #071E07;
}
.TagClassName
{
border-color: #071E07;
}
</style>