Shades of Black Bean #080E08
Tints of Black Bean #080E08
RGB
CMYK
RGB Variations
Color information
#080E08 (or 0x080E08) is known color: Black Bean. HEX triplet: 08, 0E and 08. RGB value is (8,14,8). Sum of RGB (Red+Green+Blue) = 8+14+8=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 14 (5.86% from 255 or 46.67% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 14 - color contains mainly: green. Hex color #080E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E08 is #F7F1F7. Grayscale: #0B0B0B. Windows color (decimal): -16249336 or 527880. OLE color: 527880.
HSL color Cylindrical-coordinate representation of color #080E08: hue angle of 120º degrees, saturation: 0.27, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #080E08 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 14 | 8 | - |
CMYK | 0.43 | 0 | 0.43 | 0.95 |
HSL | 120º | 0.27% | 0.04% | - |
HSV(B) | 120º | 0.43% | 0.05% | - |
XYZ | 0.3 | 0.38 | 0.29 | - |
YUV | 11.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 14 | 8 | 0.43 | 0 | 0.43 | 0.95 | 120 | 0.27 | 0.04 |
Hex | 8 | E | 8 | 2B | 0 | 2B | 5F | 78 | 1B | 4 |
Octal | 10 | 16 | 10 | 53 | 0 | 53 | 137 | 170 | 33 | 4 |
Binary | 1000 | 1110 | 1000 | 101011 | 0 | 101011 | 1011111 | 1111000 | 11011 | 100 |
Color Harmonies of #080E08
Complementary color
Monochromatic Colors of #080E08
Black with #080E08
Text Example
Text Example
White with #080E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E08; }
p { color: rgb(8,14,8); }
H1.HeaderClassName
{
color: #080E08;
}
.AnyTagClassName
{
color: #080E08;
}
</style>
background-color css
<style>
a { background-color: #080E08; }
a { background-color: rgb(8,14,8); }
div.DivClassName
{
background-color: #080E08;
}
.BgClassName
{
background-color: #080E08;
}
</style>
border-color css
<style>
span { border-color: #080E08; }
span { border-color: rgb(8,14,8); }
td.TdClassName
{
border-color: #080E08;
}
.TagClassName
{
border-color: #080E08;
}
</style>