Shades of Black Bean #081B0D
Tints of Black Bean #081B0D
RGB
CMYK
RGB Variations
Color information
#081B0D (or 0x081B0D) is known color: Black Bean. HEX triplet: 08, 1B and 0D. RGB value is (8,27,13). Sum of RGB (Red+Green+Blue) = 8+27+13=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #081B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B0D is #F7E4F2. Grayscale: #131313. Windows color (decimal): -16246003 or 858888. OLE color: 858888.
HSL color Cylindrical-coordinate representation of color #081B0D: hue angle of 135.79º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #081B0D is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 27 | 13 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.89 |
| HSL | 135.79º | 0.54% | 0.07% | - |
| HSV(B) | 135.79º | 0.7% | 0.11% | - |
| XYZ | 0.56 | 0.86 | 0.52 | - |
| YUV | 19.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 13 | 0.70 | 0 | 0.52 | 0.89 | 135.79 | 0.54 | 0.07 |
| Hex | 8 | 1B | D | 46 | 0 | 34 | 59 | 88 | 36 | 7 |
| Octal | 10 | 33 | 15 | 106 | 0 | 64 | 131 | 210 | 66 | 7 |
| Binary | 1000 | 11011 | 1101 | 1000110 | 0 | 110100 | 1011001 | 10001000 | 110110 | 111 |
Color Harmonies of #081B0D
Complementary color
Monochromatic Colors of #081B0D
Black with #081B0D
Text Example
Text Example
White with #081B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B0D; }
p { color: rgb(8,27,13); }
H1.HeaderClassName
{
color: #081B0D;
}
.AnyTagClassName
{
color: #081B0D;
}
</style>
background-color css
<style>
a { background-color: #081B0D; }
a { background-color: rgb(8,27,13); }
div.DivClassName
{
background-color: #081B0D;
}
.BgClassName
{
background-color: #081B0D;
}
</style>
border-color css
<style>
span { border-color: #081B0D; }
span { border-color: rgb(8,27,13); }
td.TdClassName
{
border-color: #081B0D;
}
.TagClassName
{
border-color: #081B0D;
}
</style>