Shades of Black Bean #081E08
Tints of Black Bean #081E08
RGB
CMYK
RGB Variations
Color information
#081E08 (or 0x081E08) is known color: Black Bean. HEX triplet: 08, 1E and 08. RGB value is (8,30,8). Sum of RGB (Red+Green+Blue) = 8+30+8=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #081E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081E08 is #F7E1F7. Grayscale: #141414. Windows color (decimal): -16245240 or 531976. OLE color: 531976.
HSL color Cylindrical-coordinate representation of color #081E08: hue angle of 120º 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 #081E08 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 30 | 8 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.88 |
| HSL | 120º | 0.58% | 0.07% | - |
| HSV(B) | 120º | 0.73% | 0.12% | - |
| XYZ | 0.61 | 1 | 0.39 | - |
| YUV | 20.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 8 | 0.73 | 0 | 0.73 | 0.88 | 120 | 0.58 | 0.07 |
| Hex | 8 | 1E | 8 | 49 | 0 | 49 | 58 | 78 | 3A | 7 |
| Octal | 10 | 36 | 10 | 111 | 0 | 111 | 130 | 170 | 72 | 7 |
| Binary | 1000 | 11110 | 1000 | 1001001 | 0 | 1001001 | 1011000 | 1111000 | 111010 | 111 |
Color Harmonies of #081E08
Complementary color
Monochromatic Colors of #081E08
Black with #081E08
Text Example
Text Example
White with #081E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E08; }
p { color: rgb(8,30,8); }
H1.HeaderClassName
{
color: #081E08;
}
.AnyTagClassName
{
color: #081E08;
}
</style>
background-color css
<style>
a { background-color: #081E08; }
a { background-color: rgb(8,30,8); }
div.DivClassName
{
background-color: #081E08;
}
.BgClassName
{
background-color: #081E08;
}
</style>
border-color css
<style>
span { border-color: #081E08; }
span { border-color: rgb(8,30,8); }
td.TdClassName
{
border-color: #081E08;
}
.TagClassName
{
border-color: #081E08;
}
</style>