Shades of Black Bean #081A0D
Tints of Black Bean #081A0D
RGB
CMYK
RGB Variations
Color information
#081A0D (or 0x081A0D) is known color: Black Bean. HEX triplet: 08, 1A and 0D. RGB value is (8,26,13). Sum of RGB (Red+Green+Blue) = 8+26+13=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #081A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A0D is #F7E5F2. Grayscale: #131313. Windows color (decimal): -16246259 or 858632. OLE color: 858632.
HSL color Cylindrical-coordinate representation of color #081A0D: hue angle of 136.67º 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 #081A0D is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 26 | 13 | - |
| CMYK | 0.69 | 0 | 0.5 | 0.90 |
| HSL | 136.67º | 0.53% | 0.07% | - |
| HSV(B) | 136.67º | 0.69% | 0.1% | - |
| XYZ | 0.54 | 0.82 | 0.51 | - |
| YUV | 19.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 13 | 0.69 | 0 | 0.5 | 0.90 | 136.67 | 0.53 | 0.07 |
| Hex | 8 | 1A | D | 45 | 0 | 32 | 5A | 89 | 35 | 7 |
| Octal | 10 | 32 | 15 | 105 | 0 | 62 | 132 | 211 | 65 | 7 |
| Binary | 1000 | 11010 | 1101 | 1000101 | 0 | 110010 | 1011010 | 10001001 | 110101 | 111 |
Color Harmonies of #081A0D
Complementary color
Monochromatic Colors of #081A0D
Black with #081A0D
Text Example
Text Example
White with #081A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A0D; }
p { color: rgb(8,26,13); }
H1.HeaderClassName
{
color: #081A0D;
}
.AnyTagClassName
{
color: #081A0D;
}
</style>
background-color css
<style>
a { background-color: #081A0D; }
a { background-color: rgb(8,26,13); }
div.DivClassName
{
background-color: #081A0D;
}
.BgClassName
{
background-color: #081A0D;
}
</style>
border-color css
<style>
span { border-color: #081A0D; }
span { border-color: rgb(8,26,13); }
td.TdClassName
{
border-color: #081A0D;
}
.TagClassName
{
border-color: #081A0D;
}
</style>