Shades of Black Bean #081D08
Tints of Black Bean #081D08
RGB
CMYK
RGB Variations
Color information
#081D08 (or 0x081D08) is known color: Black Bean. HEX triplet: 08, 1D and 08. RGB value is (8,29,8). Sum of RGB (Red+Green+Blue) = 8+29+8=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 29 (11.72% from 255 or 64.44% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 29 - color contains mainly: green. Hex color #081D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D08 is #F7E2F7. Grayscale: #141414. Windows color (decimal): -16245496 or 531720. OLE color: 531720.
HSL color Cylindrical-coordinate representation of color #081D08: hue angle of 120º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #081D08 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 29 | 8 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.89 |
| HSL | 120º | 0.57% | 0.07% | - |
| HSV(B) | 120º | 0.72% | 0.11% | - |
| XYZ | 0.58 | 0.95 | 0.38 | - |
| YUV | 20.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 8 | 0.72 | 0 | 0.72 | 0.89 | 120 | 0.57 | 0.07 |
| Hex | 8 | 1D | 8 | 48 | 0 | 48 | 59 | 78 | 39 | 7 |
| Octal | 10 | 35 | 10 | 110 | 0 | 110 | 131 | 170 | 71 | 7 |
| Binary | 1000 | 11101 | 1000 | 1001000 | 0 | 1001000 | 1011001 | 1111000 | 111001 | 111 |
Color Harmonies of #081D08
Complementary color
Monochromatic Colors of #081D08
Black with #081D08
Text Example
Text Example
White with #081D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D08; }
p { color: rgb(8,29,8); }
H1.HeaderClassName
{
color: #081D08;
}
.AnyTagClassName
{
color: #081D08;
}
</style>
background-color css
<style>
a { background-color: #081D08; }
a { background-color: rgb(8,29,8); }
div.DivClassName
{
background-color: #081D08;
}
.BgClassName
{
background-color: #081D08;
}
</style>
border-color css
<style>
span { border-color: #081D08; }
span { border-color: rgb(8,29,8); }
td.TdClassName
{
border-color: #081D08;
}
.TagClassName
{
border-color: #081D08;
}
</style>