Shades of Black Bean #081608
Tints of Black Bean #081608
RGB
CMYK
RGB Variations
Color information
#081608 (or 0x081608) is known color: Black Bean. HEX triplet: 08, 16 and 08. RGB value is (8,22,8). Sum of RGB (Red+Green+Blue) = 8+22+8=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 22 (8.98% from 255 or 57.89% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 22 - color contains mainly: green. Hex color #081608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081608 is #F7E9F7. Grayscale: #101010. Windows color (decimal): -16247288 or 529928. OLE color: 529928.
HSL color Cylindrical-coordinate representation of color #081608: hue angle of 120º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #081608 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 22 | 8 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.91 |
| HSL | 120º | 0.47% | 0.06% | - |
| HSV(B) | 120º | 0.64% | 0.09% | - |
| XYZ | 0.43 | 0.64 | 0.33 | - |
| YUV | 16.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 8 | 0.64 | 0 | 0.64 | 0.91 | 120 | 0.47 | 0.06 |
| Hex | 8 | 16 | 8 | 40 | 0 | 40 | 5B | 78 | 2F | 6 |
| Octal | 10 | 26 | 10 | 100 | 0 | 100 | 133 | 170 | 57 | 6 |
| Binary | 1000 | 10110 | 1000 | 1000000 | 0 | 1000000 | 1011011 | 1111000 | 101111 | 110 |
Color Harmonies of #081608
Complementary color
Monochromatic Colors of #081608
Black with #081608
Text Example
Text Example
White with #081608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081608; }
p { color: rgb(8,22,8); }
H1.HeaderClassName
{
color: #081608;
}
.AnyTagClassName
{
color: #081608;
}
</style>
background-color css
<style>
a { background-color: #081608; }
a { background-color: rgb(8,22,8); }
div.DivClassName
{
background-color: #081608;
}
.BgClassName
{
background-color: #081608;
}
</style>
border-color css
<style>
span { border-color: #081608; }
span { border-color: rgb(8,22,8); }
td.TdClassName
{
border-color: #081608;
}
.TagClassName
{
border-color: #081608;
}
</style>