Shades of Black Bean #081307
Tints of Black Bean #081307
RGB
CMYK
RGB Variations
Color information
#081307 (or 0x081307) is known color: Black Bean. HEX triplet: 08, 13 and 07. RGB value is (8,19,7). Sum of RGB (Red+Green+Blue) = 8+19+7=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 19 (7.81% from 255 or 55.88% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 19 - color contains mainly: green. Hex color #081307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081307 is #F7ECF8. Grayscale: #0E0E0E. Windows color (decimal): -16248057 or 463624. OLE color: 463624.
HSL color Cylindrical-coordinate representation of color #081307: hue angle of 115º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #081307 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 19 | 7 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.93 |
| HSL | 115º | 0.46% | 0.05% | - |
| HSV(B) | 115º | 0.63% | 0.07% | - |
| XYZ | 0.37 | 0.53 | 0.28 | - |
| YUV | 14.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 7 | 0.58 | 0 | 0.63 | 0.93 | 115 | 0.46 | 0.05 |
| Hex | 8 | 13 | 7 | 3A | 0 | 3F | 5D | 73 | 2E | 5 |
| Octal | 10 | 23 | 7 | 72 | 0 | 77 | 135 | 163 | 56 | 5 |
| Binary | 1000 | 10011 | 111 | 111010 | 0 | 111111 | 1011101 | 1110011 | 101110 | 101 |
Color Harmonies of #081307
Complementary color
Monochromatic Colors of #081307
Black with #081307
Text Example
Text Example
White with #081307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081307; }
p { color: rgb(8,19,7); }
H1.HeaderClassName
{
color: #081307;
}
.AnyTagClassName
{
color: #081307;
}
</style>
background-color css
<style>
a { background-color: #081307; }
a { background-color: rgb(8,19,7); }
div.DivClassName
{
background-color: #081307;
}
.BgClassName
{
background-color: #081307;
}
</style>
border-color css
<style>
span { border-color: #081307; }
span { border-color: rgb(8,19,7); }
td.TdClassName
{
border-color: #081307;
}
.TagClassName
{
border-color: #081307;
}
</style>