Shades of Black Bean #070E09
Tints of Black Bean #070E09
RGB
CMYK
RGB Variations
Color information
#070E09 (or 0x070E09) is known color: Black Bean. HEX triplet: 07, 0E and 09. RGB value is (7,14,9). Sum of RGB (Red+Green+Blue) = 7+14+9=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 14 (5.86% from 255 or 46.67% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 14 - color contains mainly: green. Hex color #070E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E09 is #F8F1F6. Grayscale: #0B0B0B. Windows color (decimal): -16314871 or 593415. OLE color: 593415.
HSL color Cylindrical-coordinate representation of color #070E09: hue angle of 137.14º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #070E09 is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 14 | 9 | - |
| CMYK | 0.5 | 0 | 0.36 | 0.95 |
| HSL | 137.14º | 0.33% | 0.04% | - |
| HSV(B) | 137.14º | 0.5% | 0.05% | - |
| XYZ | 0.29 | 0.38 | 0.32 | - |
| YUV | 11.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 9 | 0.5 | 0 | 0.36 | 0.95 | 137.14 | 0.33 | 0.04 |
| Hex | 7 | E | 9 | 32 | 0 | 24 | 5F | 89 | 21 | 4 |
| Octal | 7 | 16 | 11 | 62 | 0 | 44 | 137 | 211 | 41 | 4 |
| Binary | 111 | 1110 | 1001 | 110010 | 0 | 100100 | 1011111 | 10001001 | 100001 | 100 |
Color Harmonies of #070E09
Complementary color
Monochromatic Colors of #070E09
Black with #070E09
Text Example
Text Example
White with #070E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E09; }
p { color: rgb(7,14,9); }
H1.HeaderClassName
{
color: #070E09;
}
.AnyTagClassName
{
color: #070E09;
}
</style>
background-color css
<style>
a { background-color: #070E09; }
a { background-color: rgb(7,14,9); }
div.DivClassName
{
background-color: #070E09;
}
.BgClassName
{
background-color: #070E09;
}
</style>
border-color css
<style>
span { border-color: #070E09; }
span { border-color: rgb(7,14,9); }
td.TdClassName
{
border-color: #070E09;
}
.TagClassName
{
border-color: #070E09;
}
</style>