Shades of Black Bean #071E08
Tints of Black Bean #071E08
RGB
CMYK
RGB Variations
Color information
#071E08 (or 0x071E08) is known color: Black Bean. HEX triplet: 07, 1E and 08. RGB value is (7,30,8). Sum of RGB (Red+Green+Blue) = 7+30+8=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 30 (12.11% from 255 or 66.67% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 30 - color contains mainly: green. Hex color #071E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071E08 is #F8E1F7. Grayscale: #141414. Windows color (decimal): -16310776 or 531975. OLE color: 531975.
HSL color Cylindrical-coordinate representation of color #071E08: hue angle of 122.61º 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 #071E08 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 30 | 8 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.88 |
| HSL | 122.61º | 0.62% | 0.07% | - |
| HSV(B) | 122.61º | 0.77% | 0.12% | - |
| XYZ | 0.6 | 0.99 | 0.39 | - |
| YUV | 20.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 8 | 0.77 | 0 | 0.73 | 0.88 | 122.61 | 0.62 | 0.07 |
| Hex | 7 | 1E | 8 | 4D | 0 | 49 | 58 | 7B | 3E | 7 |
| Octal | 7 | 36 | 10 | 115 | 0 | 111 | 130 | 173 | 76 | 7 |
| Binary | 111 | 11110 | 1000 | 1001101 | 0 | 1001001 | 1011000 | 1111011 | 111110 | 111 |
Color Harmonies of #071E08
Complementary color
Monochromatic Colors of #071E08
Black with #071E08
Text Example
Text Example
White with #071E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071E08; }
p { color: rgb(7,30,8); }
H1.HeaderClassName
{
color: #071E08;
}
.AnyTagClassName
{
color: #071E08;
}
</style>
background-color css
<style>
a { background-color: #071E08; }
a { background-color: rgb(7,30,8); }
div.DivClassName
{
background-color: #071E08;
}
.BgClassName
{
background-color: #071E08;
}
</style>
border-color css
<style>
span { border-color: #071E08; }
span { border-color: rgb(7,30,8); }
td.TdClassName
{
border-color: #071E08;
}
.TagClassName
{
border-color: #071E08;
}
</style>