Shades of Black Bean #081009
Tints of Black Bean #081009
RGB
CMYK
RGB Variations
Color information
#081009 (or 0x081009) is known color: Black Bean. HEX triplet: 08, 10 and 09. RGB value is (8,16,9). Sum of RGB (Red+Green+Blue) = 8+16+9=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 16 - color contains mainly: green. Hex color #081009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081009 is #F7EFF6. Grayscale: #0C0C0C. Windows color (decimal): -16248823 or 593928. OLE color: 593928.
HSL color Cylindrical-coordinate representation of color #081009: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #081009 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 8 | 16 | 9 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.94 |
| HSL | 127.5º | 0.33% | 0.05% | - |
| HSV(B) | 127.5º | 0.5% | 0.06% | - |
| XYZ | 0.33 | 0.44 | 0.33 | - |
| YUV | 12.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 9 | 0.50 | 0 | 0.44 | 0.94 | 127.5 | 0.33 | 0.05 |
| Hex | 8 | 10 | 9 | 32 | 0 | 2C | 5E | 80 | 21 | 5 |
| Octal | 10 | 20 | 11 | 62 | 0 | 54 | 136 | 200 | 41 | 5 |
| Binary | 1000 | 10000 | 1001 | 110010 | 0 | 101100 | 1011110 | 10000000 | 100001 | 101 |
Color Harmonies of #081009
Complementary color
Monochromatic Colors of #081009
Black with #081009
Text Example
Text Example
White with #081009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081009; }
p { color: rgb(8,16,9); }
H1.HeaderClassName
{
color: #081009;
}
.AnyTagClassName
{
color: #081009;
}
</style>
background-color css
<style>
a { background-color: #081009; }
a { background-color: rgb(8,16,9); }
div.DivClassName
{
background-color: #081009;
}
.BgClassName
{
background-color: #081009;
}
</style>
border-color css
<style>
span { border-color: #081009; }
span { border-color: rgb(8,16,9); }
td.TdClassName
{
border-color: #081009;
}
.TagClassName
{
border-color: #081009;
}
</style>