Shades of Black Bean #080F0A
Tints of Black Bean #080F0A
RGB
CMYK
RGB Variations
Color information
#080F0A (or 0x080F0A) is known color: Black Bean. HEX triplet: 08, 0F and 0A. RGB value is (8,15,10). Sum of RGB (Red+Green+Blue) = 8+15+10=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 15 - color contains mainly: green. Hex color #080F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F0A is #F7F0F5. Grayscale: #0C0C0C. Windows color (decimal): -16249078 or 659208. OLE color: 659208.
HSL color Cylindrical-coordinate representation of color #080F0A: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #080F0A is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 8 | 15 | 10 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.94 |
| HSL | 137.14º | 0.3% | 0.05% | - |
| HSV(B) | 137.14º | 0.47% | 0.06% | - |
| XYZ | 0.33 | 0.42 | 0.35 | - |
| YUV | 12.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 10 | 0.47 | 0 | 0.33 | 0.94 | 137.14 | 0.3 | 0.05 |
| Hex | 8 | F | A | 2F | 0 | 21 | 5E | 89 | 1E | 5 |
| Octal | 10 | 17 | 12 | 57 | 0 | 41 | 136 | 211 | 36 | 5 |
| Binary | 1000 | 1111 | 1010 | 101111 | 0 | 100001 | 1011110 | 10001001 | 11110 | 101 |
Color Harmonies of #080F0A
Complementary color
Monochromatic Colors of #080F0A
Black with #080F0A
Text Example
Text Example
White with #080F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F0A; }
p { color: rgb(8,15,10); }
H1.HeaderClassName
{
color: #080F0A;
}
.AnyTagClassName
{
color: #080F0A;
}
</style>
background-color css
<style>
a { background-color: #080F0A; }
a { background-color: rgb(8,15,10); }
div.DivClassName
{
background-color: #080F0A;
}
.BgClassName
{
background-color: #080F0A;
}
</style>
border-color css
<style>
span { border-color: #080F0A; }
span { border-color: rgb(8,15,10); }
td.TdClassName
{
border-color: #080F0A;
}
.TagClassName
{
border-color: #080F0A;
}
</style>