Shades of Black Bean #081A0B
Tints of Black Bean #081A0B
RGB
CMYK
RGB Variations
Color information
#081A0B (or 0x081A0B) is known color: Black Bean. HEX triplet: 08, 1A and 0B. RGB value is (8,26,11). Sum of RGB (Red+Green+Blue) = 8+26+11=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #081A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A0B is #F7E5F4. Grayscale: #121212. Windows color (decimal): -16246261 or 727560. OLE color: 727560.
HSL color Cylindrical-coordinate representation of color #081A0B: hue angle of 130º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #081A0B is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 26 | 11 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.90 |
| HSL | 130º | 0.53% | 0.07% | - |
| HSV(B) | 130º | 0.69% | 0.1% | - |
| XYZ | 0.53 | 0.81 | 0.45 | - |
| YUV | 18.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 11 | 0.69 | 0 | 0.58 | 0.90 | 130 | 0.53 | 0.07 |
| Hex | 8 | 1A | B | 45 | 0 | 3A | 5A | 82 | 35 | 7 |
| Octal | 10 | 32 | 13 | 105 | 0 | 72 | 132 | 202 | 65 | 7 |
| Binary | 1000 | 11010 | 1011 | 1000101 | 0 | 111010 | 1011010 | 10000010 | 110101 | 111 |
Color Harmonies of #081A0B
Complementary color
Monochromatic Colors of #081A0B
Black with #081A0B
Text Example
Text Example
White with #081A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A0B; }
p { color: rgb(8,26,11); }
H1.HeaderClassName
{
color: #081A0B;
}
.AnyTagClassName
{
color: #081A0B;
}
</style>
background-color css
<style>
a { background-color: #081A0B; }
a { background-color: rgb(8,26,11); }
div.DivClassName
{
background-color: #081A0B;
}
.BgClassName
{
background-color: #081A0B;
}
</style>
border-color css
<style>
span { border-color: #081A0B; }
span { border-color: rgb(8,26,11); }
td.TdClassName
{
border-color: #081A0B;
}
.TagClassName
{
border-color: #081A0B;
}
</style>