Shades of Black Bean #080D09
Tints of Black Bean #080D09
RGB
CMYK
RGB Variations
Color information
#080D09 (or 0x080D09) is known color: Black Bean. HEX triplet: 08, 0D and 09. RGB value is (8,13,9). Sum of RGB (Red+Green+Blue) = 8+13+9=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 13 (5.47% from 255 or 43.33% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 13 - color contains mainly: green. Hex color #080D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D09 is #F7F2F6. Grayscale: #0B0B0B. Windows color (decimal): -16249591 or 593160. OLE color: 593160.
HSL color Cylindrical-coordinate representation of color #080D09: hue angle of 132º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080D09 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 13 | 9 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.95 |
| HSL | 132º | 0.24% | 0.04% | - |
| HSV(B) | 132º | 0.38% | 0.05% | - |
| XYZ | 0.29 | 0.36 | 0.31 | - |
| YUV | 11.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 9 | 0.38 | 0 | 0.31 | 0.95 | 132 | 0.24 | 0.04 |
| Hex | 8 | D | 9 | 26 | 0 | 1F | 5F | 84 | 18 | 4 |
| Octal | 10 | 15 | 11 | 46 | 0 | 37 | 137 | 204 | 30 | 4 |
| Binary | 1000 | 1101 | 1001 | 100110 | 0 | 11111 | 1011111 | 10000100 | 11000 | 100 |
Color Harmonies of #080D09
Complementary color
Monochromatic Colors of #080D09
Black with #080D09
Text Example
Text Example
White with #080D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D09; }
p { color: rgb(8,13,9); }
H1.HeaderClassName
{
color: #080D09;
}
.AnyTagClassName
{
color: #080D09;
}
</style>
background-color css
<style>
a { background-color: #080D09; }
a { background-color: rgb(8,13,9); }
div.DivClassName
{
background-color: #080D09;
}
.BgClassName
{
background-color: #080D09;
}
</style>
border-color css
<style>
span { border-color: #080D09; }
span { border-color: rgb(8,13,9); }
td.TdClassName
{
border-color: #080D09;
}
.TagClassName
{
border-color: #080D09;
}
</style>