Shades of Black Bean #06150A
Tints of Black Bean #06150A
RGB
CMYK
RGB Variations
Color information
#06150A (or 0x06150A) is known color: Black Bean. HEX triplet: 06, 15 and 0A. RGB value is (6,21,10). Sum of RGB (Red+Green+Blue) = 6+21+10=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #06150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06150A is #F9EAF5. Grayscale: #0F0F0F. Windows color (decimal): -16378614 or 660742. OLE color: 660742.
HSL color Cylindrical-coordinate representation of color #06150A: hue angle of 136º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #06150A is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 21 | 10 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.92 |
| HSL | 136º | 0.56% | 0.05% | - |
| HSV(B) | 136º | 0.71% | 0.08% | - |
| XYZ | 0.4 | 0.6 | 0.38 | - |
| YUV | 15.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 10 | 0.71 | 0 | 0.52 | 0.92 | 136 | 0.56 | 0.05 |
| Hex | 6 | 15 | A | 47 | 0 | 34 | 5C | 88 | 38 | 5 |
| Octal | 6 | 25 | 12 | 107 | 0 | 64 | 134 | 210 | 70 | 5 |
| Binary | 110 | 10101 | 1010 | 1000111 | 0 | 110100 | 1011100 | 10001000 | 111000 | 101 |
Color Harmonies of #06150A
Complementary color
Monochromatic Colors of #06150A
Black with #06150A
Text Example
Text Example
White with #06150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06150A; }
p { color: rgb(6,21,10); }
H1.HeaderClassName
{
color: #06150A;
}
.AnyTagClassName
{
color: #06150A;
}
</style>
background-color css
<style>
a { background-color: #06150A; }
a { background-color: rgb(6,21,10); }
div.DivClassName
{
background-color: #06150A;
}
.BgClassName
{
background-color: #06150A;
}
</style>
border-color css
<style>
span { border-color: #06150A; }
span { border-color: rgb(6,21,10); }
td.TdClassName
{
border-color: #06150A;
}
.TagClassName
{
border-color: #06150A;
}
</style>