Shades of Black Bean #081A0C
Tints of Black Bean #081A0C
RGB
CMYK
RGB Variations
Color information
#081A0C (or 0x081A0C) is known color: Black Bean. HEX triplet: 08, 1A and 0C. RGB value is (8,26,12). Sum of RGB (Red+Green+Blue) = 8+26+12=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #081A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A0C is #F7E5F3. Grayscale: #131313. Windows color (decimal): -16246260 or 793096. OLE color: 793096.
HSL color Cylindrical-coordinate representation of color #081A0C: hue angle of 133.33º 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 #081A0C is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 26 | 12 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.90 |
| HSL | 133.33º | 0.53% | 0.07% | - |
| HSV(B) | 133.33º | 0.69% | 0.1% | - |
| XYZ | 0.54 | 0.82 | 0.48 | - |
| YUV | 19.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 12 | 0.69 | 0 | 0.54 | 0.90 | 133.33 | 0.53 | 0.07 |
| Hex | 8 | 1A | C | 45 | 0 | 36 | 5A | 85 | 35 | 7 |
| Octal | 10 | 32 | 14 | 105 | 0 | 66 | 132 | 205 | 65 | 7 |
| Binary | 1000 | 11010 | 1100 | 1000101 | 0 | 110110 | 1011010 | 10000101 | 110101 | 111 |
Color Harmonies of #081A0C
Complementary color
Monochromatic Colors of #081A0C
Black with #081A0C
Text Example
Text Example
White with #081A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A0C; }
p { color: rgb(8,26,12); }
H1.HeaderClassName
{
color: #081A0C;
}
.AnyTagClassName
{
color: #081A0C;
}
</style>
background-color css
<style>
a { background-color: #081A0C; }
a { background-color: rgb(8,26,12); }
div.DivClassName
{
background-color: #081A0C;
}
.BgClassName
{
background-color: #081A0C;
}
</style>
border-color css
<style>
span { border-color: #081A0C; }
span { border-color: rgb(8,26,12); }
td.TdClassName
{
border-color: #081A0C;
}
.TagClassName
{
border-color: #081A0C;
}
</style>