Shades of Black Bean #061105
Tints of Black Bean #061105
RGB
CMYK
RGB Variations
Color information
#061105 (or 0x061105) is known color: Black Bean. HEX triplet: 06, 11 and 05. RGB value is (6,17,5). Sum of RGB (Red+Green+Blue) = 6+17+5=28 (3% of max value = 765). Red value is 6 (2.73% from 255 or 21.43% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #061105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061105 is #F9EEFA. Grayscale: #0C0C0C. Windows color (decimal): -16379643 or 332038. OLE color: 332038.
HSL color Cylindrical-coordinate representation of color #061105: hue angle of 115º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #061105 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 17 | 5 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.93 |
| HSL | 115º | 0.55% | 0.04% | - |
| HSV(B) | 115º | 0.71% | 0.07% | - |
| XYZ | 0.3 | 0.45 | 0.21 | - |
| YUV | 12.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 5 | 0.65 | 0 | 0.71 | 0.93 | 115 | 0.55 | 0.04 |
| Hex | 6 | 11 | 5 | 41 | 0 | 47 | 5D | 73 | 37 | 4 |
| Octal | 6 | 21 | 5 | 101 | 0 | 107 | 135 | 163 | 67 | 4 |
| Binary | 110 | 10001 | 101 | 1000001 | 0 | 1000111 | 1011101 | 1110011 | 110111 | 100 |
Color Harmonies of #061105
Complementary color
Monochromatic Colors of #061105
Black with #061105
Text Example
Text Example
White with #061105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061105; }
p { color: rgb(6,17,5); }
H1.HeaderClassName
{
color: #061105;
}
.AnyTagClassName
{
color: #061105;
}
</style>
background-color css
<style>
a { background-color: #061105; }
a { background-color: rgb(6,17,5); }
div.DivClassName
{
background-color: #061105;
}
.BgClassName
{
background-color: #061105;
}
</style>
border-color css
<style>
span { border-color: #061105; }
span { border-color: rgb(6,17,5); }
td.TdClassName
{
border-color: #061105;
}
.TagClassName
{
border-color: #061105;
}
</style>