Shades of Black Bean #08150B
Tints of Black Bean #08150B
RGB
CMYK
RGB Variations
Color information
#08150B (or 0x08150B) is known color: Black Bean. HEX triplet: 08, 15 and 0B. RGB value is (8,21,11). Sum of RGB (Red+Green+Blue) = 8+21+11=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #08150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08150B is #F7EAF4. Grayscale: #101010. Windows color (decimal): -16247541 or 726280. OLE color: 726280.
HSL color Cylindrical-coordinate representation of color #08150B: hue angle of 133.85º 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 #08150B is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 21 | 11 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.92 |
| HSL | 133.85º | 0.45% | 0.06% | - |
| HSV(B) | 133.85º | 0.62% | 0.08% | - |
| XYZ | 0.43 | 0.61 | 0.41 | - |
| YUV | 15.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 11 | 0.62 | 0 | 0.48 | 0.92 | 133.85 | 0.45 | 0.06 |
| Hex | 8 | 15 | B | 3E | 0 | 30 | 5C | 86 | 2D | 6 |
| Octal | 10 | 25 | 13 | 76 | 0 | 60 | 134 | 206 | 55 | 6 |
| Binary | 1000 | 10101 | 1011 | 111110 | 0 | 110000 | 1011100 | 10000110 | 101101 | 110 |
Color Harmonies of #08150B
Complementary color
Monochromatic Colors of #08150B
Black with #08150B
Text Example
Text Example
White with #08150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08150B; }
p { color: rgb(8,21,11); }
H1.HeaderClassName
{
color: #08150B;
}
.AnyTagClassName
{
color: #08150B;
}
</style>
background-color css
<style>
a { background-color: #08150B; }
a { background-color: rgb(8,21,11); }
div.DivClassName
{
background-color: #08150B;
}
.BgClassName
{
background-color: #08150B;
}
</style>
border-color css
<style>
span { border-color: #08150B; }
span { border-color: rgb(8,21,11); }
td.TdClassName
{
border-color: #08150B;
}
.TagClassName
{
border-color: #08150B;
}
</style>