Shades of Black Bean #081D0D
Tints of Black Bean #081D0D
RGB
CMYK
RGB Variations
Color information
#081D0D (or 0x081D0D) is known color: Black Bean. HEX triplet: 08, 1D and 0D. RGB value is (8,29,13). Sum of RGB (Red+Green+Blue) = 8+29+13=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #081D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D0D is #F7E2F2. Grayscale: #141414. Windows color (decimal): -16245491 or 859400. OLE color: 859400.
HSL color Cylindrical-coordinate representation of color #081D0D: hue angle of 134.29º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #081D0D is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 29 | 13 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.89 |
| HSL | 134.29º | 0.57% | 0.07% | - |
| HSV(B) | 134.29º | 0.72% | 0.11% | - |
| XYZ | 0.61 | 0.96 | 0.53 | - |
| YUV | 20.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 13 | 0.72 | 0 | 0.55 | 0.89 | 134.29 | 0.57 | 0.07 |
| Hex | 8 | 1D | D | 48 | 0 | 37 | 59 | 86 | 39 | 7 |
| Octal | 10 | 35 | 15 | 110 | 0 | 67 | 131 | 206 | 71 | 7 |
| Binary | 1000 | 11101 | 1101 | 1001000 | 0 | 110111 | 1011001 | 10000110 | 111001 | 111 |
Color Harmonies of #081D0D
Complementary color
Monochromatic Colors of #081D0D
Black with #081D0D
Text Example
Text Example
White with #081D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D0D; }
p { color: rgb(8,29,13); }
H1.HeaderClassName
{
color: #081D0D;
}
.AnyTagClassName
{
color: #081D0D;
}
</style>
background-color css
<style>
a { background-color: #081D0D; }
a { background-color: rgb(8,29,13); }
div.DivClassName
{
background-color: #081D0D;
}
.BgClassName
{
background-color: #081D0D;
}
</style>
border-color css
<style>
span { border-color: #081D0D; }
span { border-color: rgb(8,29,13); }
td.TdClassName
{
border-color: #081D0D;
}
.TagClassName
{
border-color: #081D0D;
}
</style>