Shades of Black Bean #070D08
Tints of Black Bean #070D08
RGB
CMYK
RGB Variations
Color information
#070D08 (or 0x070D08) is known color: Black Bean. HEX triplet: 07, 0D and 08. RGB value is (7,13,8). Sum of RGB (Red+Green+Blue) = 7+13+8=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 13 (5.47% from 255 or 46.43% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 13 - color contains mainly: green. Hex color #070D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D08 is #F8F2F7. Grayscale: #0A0A0A. Windows color (decimal): -16315128 or 527623. OLE color: 527623.
HSL color Cylindrical-coordinate representation of color #070D08: hue angle of 130º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #070D08 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 13 | 8 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.95 |
| HSL | 130º | 0.3% | 0.04% | - |
| HSV(B) | 130º | 0.46% | 0.05% | - |
| XYZ | 0.28 | 0.35 | 0.28 | - |
| YUV | 10.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 8 | 0.46 | 0 | 0.38 | 0.95 | 130 | 0.3 | 0.04 |
| Hex | 7 | D | 8 | 2E | 0 | 26 | 5F | 82 | 1E | 4 |
| Octal | 7 | 15 | 10 | 56 | 0 | 46 | 137 | 202 | 36 | 4 |
| Binary | 111 | 1101 | 1000 | 101110 | 0 | 100110 | 1011111 | 10000010 | 11110 | 100 |
Color Harmonies of #070D08
Complementary color
Monochromatic Colors of #070D08
Black with #070D08
Text Example
Text Example
White with #070D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D08; }
p { color: rgb(7,13,8); }
H1.HeaderClassName
{
color: #070D08;
}
.AnyTagClassName
{
color: #070D08;
}
</style>
background-color css
<style>
a { background-color: #070D08; }
a { background-color: rgb(7,13,8); }
div.DivClassName
{
background-color: #070D08;
}
.BgClassName
{
background-color: #070D08;
}
</style>
border-color css
<style>
span { border-color: #070D08; }
span { border-color: rgb(7,13,8); }
td.TdClassName
{
border-color: #070D08;
}
.TagClassName
{
border-color: #070D08;
}
</style>