Shades of Black Bean #081B0A
Tints of Black Bean #081B0A
RGB
CMYK
RGB Variations
Color information
#081B0A (or 0x081B0A) is known color: Black Bean. HEX triplet: 08, 1B and 0A. RGB value is (8,27,10). Sum of RGB (Red+Green+Blue) = 8+27+10=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 27 (10.94% from 255 or 60% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 27 - color contains mainly: green. Hex color #081B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B0A is #F7E4F5. Grayscale: #131313. Windows color (decimal): -16246006 or 662280. OLE color: 662280.
HSL color Cylindrical-coordinate representation of color #081B0A: hue angle of 126.32º 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 #081B0A is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 27 | 10 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.89 |
| HSL | 126.32º | 0.54% | 0.07% | - |
| HSV(B) | 126.32º | 0.7% | 0.11% | - |
| XYZ | 0.55 | 0.86 | 0.42 | - |
| YUV | 19.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 10 | 0.70 | 0 | 0.63 | 0.89 | 126.32 | 0.54 | 0.07 |
| Hex | 8 | 1B | A | 46 | 0 | 3F | 59 | 7E | 36 | 7 |
| Octal | 10 | 33 | 12 | 106 | 0 | 77 | 131 | 176 | 66 | 7 |
| Binary | 1000 | 11011 | 1010 | 1000110 | 0 | 111111 | 1011001 | 1111110 | 110110 | 111 |
Color Harmonies of #081B0A
Complementary color
Monochromatic Colors of #081B0A
Black with #081B0A
Text Example
Text Example
White with #081B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B0A; }
p { color: rgb(8,27,10); }
H1.HeaderClassName
{
color: #081B0A;
}
.AnyTagClassName
{
color: #081B0A;
}
</style>
background-color css
<style>
a { background-color: #081B0A; }
a { background-color: rgb(8,27,10); }
div.DivClassName
{
background-color: #081B0A;
}
.BgClassName
{
background-color: #081B0A;
}
</style>
border-color css
<style>
span { border-color: #081B0A; }
span { border-color: rgb(8,27,10); }
td.TdClassName
{
border-color: #081B0A;
}
.TagClassName
{
border-color: #081B0A;
}
</style>