Shades of Black Bean #081F0D
Tints of Black Bean #081F0D
RGB
CMYK
RGB Variations
Color information
#081F0D (or 0x081F0D) is known color: Black Bean. HEX triplet: 08, 1F and 0D. RGB value is (8,31,13). Sum of RGB (Red+Green+Blue) = 8+31+13=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #081F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081F0D is #F7E0F2. Grayscale: #161616. Windows color (decimal): -16244979 or 859912. OLE color: 859912.
HSL color Cylindrical-coordinate representation of color #081F0D: hue angle of 133.04º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081F0D is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 31 | 13 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.88 |
| HSL | 133.04º | 0.59% | 0.08% | - |
| HSV(B) | 133.04º | 0.74% | 0.12% | - |
| XYZ | 0.66 | 1.06 | 0.55 | - |
| YUV | 22.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 13 | 0.74 | 0 | 0.58 | 0.88 | 133.04 | 0.59 | 0.08 |
| Hex | 8 | 1F | D | 4A | 0 | 3A | 58 | 85 | 3B | 8 |
| Octal | 10 | 37 | 15 | 112 | 0 | 72 | 130 | 205 | 73 | 10 |
| Binary | 1000 | 11111 | 1101 | 1001010 | 0 | 111010 | 1011000 | 10000101 | 111011 | 1000 |
Color Harmonies of #081F0D
Complementary color
Monochromatic Colors of #081F0D
Black with #081F0D
Text Example
Text Example
White with #081F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F0D; }
p { color: rgb(8,31,13); }
H1.HeaderClassName
{
color: #081F0D;
}
.AnyTagClassName
{
color: #081F0D;
}
</style>
background-color css
<style>
a { background-color: #081F0D; }
a { background-color: rgb(8,31,13); }
div.DivClassName
{
background-color: #081F0D;
}
.BgClassName
{
background-color: #081F0D;
}
</style>
border-color css
<style>
span { border-color: #081F0D; }
span { border-color: rgb(8,31,13); }
td.TdClassName
{
border-color: #081F0D;
}
.TagClassName
{
border-color: #081F0D;
}
</style>