Shades of Black Bean #081508
Tints of Black Bean #081508
RGB
CMYK
RGB Variations
Color information
#081508 (or 0x081508) is known color: Black Bean. HEX triplet: 08, 15 and 08. RGB value is (8,21,8). Sum of RGB (Red+Green+Blue) = 8+21+8=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #081508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081508 is #F7EAF7. Grayscale: #0F0F0F. Windows color (decimal): -16247544 or 529672. OLE color: 529672.
HSL color Cylindrical-coordinate representation of color #081508: hue angle of 120º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #081508 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.
Color convert
RGB | 8 | 21 | 8 | - |
CMYK | 0.62 | 0 | 0.62 | 0.92 |
HSL | 120º | 0.45% | 0.06% | - |
HSV(B) | 120º | 0.62% | 0.08% | - |
XYZ | 0.41 | 0.61 | 0.32 | - |
YUV | 15.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 21 | 8 | 0.62 | 0 | 0.62 | 0.92 | 120 | 0.45 | 0.06 |
Hex | 8 | 15 | 8 | 3E | 0 | 3E | 5C | 78 | 2D | 6 |
Octal | 10 | 25 | 10 | 76 | 0 | 76 | 134 | 170 | 55 | 6 |
Binary | 1000 | 10101 | 1000 | 111110 | 0 | 111110 | 1011100 | 1111000 | 101101 | 110 |
Color Harmonies of #081508
Complementary color
Monochromatic Colors of #081508
Black with #081508
Text Example
Text Example
White with #081508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081508; }
p { color: rgb(8,21,8); }
H1.HeaderClassName
{
color: #081508;
}
.AnyTagClassName
{
color: #081508;
}
</style>
background-color css
<style>
a { background-color: #081508; }
a { background-color: rgb(8,21,8); }
div.DivClassName
{
background-color: #081508;
}
.BgClassName
{
background-color: #081508;
}
</style>
border-color css
<style>
span { border-color: #081508; }
span { border-color: rgb(8,21,8); }
td.TdClassName
{
border-color: #081508;
}
.TagClassName
{
border-color: #081508;
}
</style>