Shades of Black Bean #080D08
Tints of Black Bean #080D08
RGB
CMYK
RGB Variations
Color information
#080D08 (or 0x080D08) is known color: Black Bean. HEX triplet: 08, 0D and 08. RGB value is (8,13,8). Sum of RGB (Red+Green+Blue) = 8+13+8=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 13 - color contains mainly: green. Hex color #080D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D08 is #F7F2F7. Grayscale: #0A0A0A. Windows color (decimal): -16249592 or 527624. OLE color: 527624.
HSL color Cylindrical-coordinate representation of color #080D08: hue angle of 120º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080D08 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 13 | 8 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.95 |
| HSL | 120º | 0.24% | 0.04% | - |
| HSV(B) | 120º | 0.38% | 0.05% | - |
| XYZ | 0.29 | 0.36 | 0.28 | - |
| YUV | 10.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 8 | 0.38 | 0 | 0.38 | 0.95 | 120 | 0.24 | 0.04 |
| Hex | 8 | D | 8 | 26 | 0 | 26 | 5F | 78 | 18 | 4 |
| Octal | 10 | 15 | 10 | 46 | 0 | 46 | 137 | 170 | 30 | 4 |
| Binary | 1000 | 1101 | 1000 | 100110 | 0 | 100110 | 1011111 | 1111000 | 11000 | 100 |
Color Harmonies of #080D08
Complementary color
Monochromatic Colors of #080D08
Black with #080D08
Text Example
Text Example
White with #080D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D08; }
p { color: rgb(8,13,8); }
H1.HeaderClassName
{
color: #080D08;
}
.AnyTagClassName
{
color: #080D08;
}
</style>
background-color css
<style>
a { background-color: #080D08; }
a { background-color: rgb(8,13,8); }
div.DivClassName
{
background-color: #080D08;
}
.BgClassName
{
background-color: #080D08;
}
</style>
border-color css
<style>
span { border-color: #080D08; }
span { border-color: rgb(8,13,8); }
td.TdClassName
{
border-color: #080D08;
}
.TagClassName
{
border-color: #080D08;
}
</style>