Shades of Black Bean #080B08
Tints of Black Bean #080B08
RGB
CMYK
RGB Variations
Color information
#080B08 (or 0x080B08) is known color: Black Bean. HEX triplet: 08, 0B and 08. RGB value is (8,11,8). Sum of RGB (Red+Green+Blue) = 8+11+8=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 11 (4.69% from 255 or 40.74% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 11 - color contains mainly: green. Hex color #080B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B08 is #F7F4F7. Grayscale: #090909. Windows color (decimal): -16250104 or 527112. OLE color: 527112.
HSL color Cylindrical-coordinate representation of color #080B08: hue angle of 120º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #080B08 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 11 | 8 | - |
CMYK | 0.27 | 0 | 0.27 | 0.96 |
HSL | 120º | 0.16% | 0.04% | - |
HSV(B) | 120º | 0.27% | 0.04% | - |
XYZ | 0.26 | 0.31 | 0.28 | - |
YUV | 9.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 11 | 8 | 0.27 | 0 | 0.27 | 0.96 | 120 | 0.16 | 0.04 |
Hex | 8 | B | 8 | 1B | 0 | 1B | 60 | 78 | 10 | 4 |
Octal | 10 | 13 | 10 | 33 | 0 | 33 | 140 | 170 | 20 | 4 |
Binary | 1000 | 1011 | 1000 | 11011 | 0 | 11011 | 1100000 | 1111000 | 10000 | 100 |
Color Harmonies of #080B08
Complementary color
Monochromatic Colors of #080B08
Black with #080B08
Text Example
Text Example
White with #080B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B08; }
p { color: rgb(8,11,8); }
H1.HeaderClassName
{
color: #080B08;
}
.AnyTagClassName
{
color: #080B08;
}
</style>
background-color css
<style>
a { background-color: #080B08; }
a { background-color: rgb(8,11,8); }
div.DivClassName
{
background-color: #080B08;
}
.BgClassName
{
background-color: #080B08;
}
</style>
border-color css
<style>
span { border-color: #080B08; }
span { border-color: rgb(8,11,8); }
td.TdClassName
{
border-color: #080B08;
}
.TagClassName
{
border-color: #080B08;
}
</style>