Shades of Black Bean #061505
Tints of Black Bean #061505
RGB
CMYK
RGB Variations
Color information
#061505 (or 0x061505) is known color: Black Bean. HEX triplet: 06, 15 and 05. RGB value is (6,21,5). Sum of RGB (Red+Green+Blue) = 6+21+5=32 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.75% from 32); Green value is 21 (8.59% from 255 or 65.62% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 21 - color contains mainly: green. Hex color #061505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061505 is #F9EAFA. Grayscale: #0E0E0E. Windows color (decimal): -16378619 or 333062. OLE color: 333062.
HSL color Cylindrical-coordinate representation of color #061505: hue angle of 116.25º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #061505 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 21 | 5 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.92 |
| HSL | 116.25º | 0.62% | 0.05% | - |
| HSV(B) | 116.25º | 0.76% | 0.08% | - |
| XYZ | 0.37 | 0.59 | 0.24 | - |
| YUV | 14.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 5 | 0.71 | 0 | 0.76 | 0.92 | 116.25 | 0.62 | 0.05 |
| Hex | 6 | 15 | 5 | 47 | 0 | 4C | 5C | 74 | 3E | 5 |
| Octal | 6 | 25 | 5 | 107 | 0 | 114 | 134 | 164 | 76 | 5 |
| Binary | 110 | 10101 | 101 | 1000111 | 0 | 1001100 | 1011100 | 1110100 | 111110 | 101 |
Color Harmonies of #061505
Complementary color
Monochromatic Colors of #061505
Black with #061505
Text Example
Text Example
White with #061505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061505; }
p { color: rgb(6,21,5); }
H1.HeaderClassName
{
color: #061505;
}
.AnyTagClassName
{
color: #061505;
}
</style>
background-color css
<style>
a { background-color: #061505; }
a { background-color: rgb(6,21,5); }
div.DivClassName
{
background-color: #061505;
}
.BgClassName
{
background-color: #061505;
}
</style>
border-color css
<style>
span { border-color: #061505; }
span { border-color: rgb(6,21,5); }
td.TdClassName
{
border-color: #061505;
}
.TagClassName
{
border-color: #061505;
}
</style>