Shades of Black Bean #08150C
Tints of Black Bean #08150C
RGB
CMYK
RGB Variations
Color information
#08150C (or 0x08150C) is known color: Black Bean. HEX triplet: 08, 15 and 0C. RGB value is (8,21,12). Sum of RGB (Red+Green+Blue) = 8+21+12=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #08150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08150C is #F7EAF3. Grayscale: #101010. Windows color (decimal): -16247540 or 791816. OLE color: 791816.
HSL color Cylindrical-coordinate representation of color #08150C: hue angle of 138.46º 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 #08150C is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 21 | 12 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.92 |
| HSL | 138.46º | 0.45% | 0.06% | - |
| HSV(B) | 138.46º | 0.62% | 0.08% | - |
| XYZ | 0.43 | 0.61 | 0.44 | - |
| YUV | 16.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 12 | 0.62 | 0 | 0.43 | 0.92 | 138.46 | 0.45 | 0.06 |
| Hex | 8 | 15 | C | 3E | 0 | 2B | 5C | 8A | 2D | 6 |
| Octal | 10 | 25 | 14 | 76 | 0 | 53 | 134 | 212 | 55 | 6 |
| Binary | 1000 | 10101 | 1100 | 111110 | 0 | 101011 | 1011100 | 10001010 | 101101 | 110 |
Color Harmonies of #08150C
Complementary color
Monochromatic Colors of #08150C
Black with #08150C
Text Example
Text Example
White with #08150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08150C; }
p { color: rgb(8,21,12); }
H1.HeaderClassName
{
color: #08150C;
}
.AnyTagClassName
{
color: #08150C;
}
</style>
background-color css
<style>
a { background-color: #08150C; }
a { background-color: rgb(8,21,12); }
div.DivClassName
{
background-color: #08150C;
}
.BgClassName
{
background-color: #08150C;
}
</style>
border-color css
<style>
span { border-color: #08150C; }
span { border-color: rgb(8,21,12); }
td.TdClassName
{
border-color: #08150C;
}
.TagClassName
{
border-color: #08150C;
}
</style>