Shades of Black Bean #081E0E
Tints of Black Bean #081E0E
RGB
CMYK
RGB Variations
Color information
#081E0E (or 0x081E0E) is known color: Black Bean. HEX triplet: 08, 1E and 0E. RGB value is (8,30,14). Sum of RGB (Red+Green+Blue) = 8+30+14=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #081E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E0E is #F7E1F1. Grayscale: #151515. Windows color (decimal): -16245234 or 925192. OLE color: 925192.
HSL color Cylindrical-coordinate representation of color #081E0E: hue angle of 136.36º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #081E0E is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 30 | 14 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.88 |
| HSL | 136.36º | 0.58% | 0.07% | - |
| HSV(B) | 136.36º | 0.73% | 0.12% | - |
| XYZ | 0.64 | 1.01 | 0.58 | - |
| YUV | 21.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 14 | 0.73 | 0 | 0.53 | 0.88 | 136.36 | 0.58 | 0.07 |
| Hex | 8 | 1E | E | 49 | 0 | 35 | 58 | 88 | 3A | 7 |
| Octal | 10 | 36 | 16 | 111 | 0 | 65 | 130 | 210 | 72 | 7 |
| Binary | 1000 | 11110 | 1110 | 1001001 | 0 | 110101 | 1011000 | 10001000 | 111010 | 111 |
Color Harmonies of #081E0E
Complementary color
Monochromatic Colors of #081E0E
Black with #081E0E
Text Example
Text Example
White with #081E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E0E; }
p { color: rgb(8,30,14); }
H1.HeaderClassName
{
color: #081E0E;
}
.AnyTagClassName
{
color: #081E0E;
}
</style>
background-color css
<style>
a { background-color: #081E0E; }
a { background-color: rgb(8,30,14); }
div.DivClassName
{
background-color: #081E0E;
}
.BgClassName
{
background-color: #081E0E;
}
</style>
border-color css
<style>
span { border-color: #081E0E; }
span { border-color: rgb(8,30,14); }
td.TdClassName
{
border-color: #081E0E;
}
.TagClassName
{
border-color: #081E0E;
}
</style>