Shades of Black Bean #061107
Tints of Black Bean #061107
RGB
CMYK
RGB Variations
Color information
#061107 (or 0x061107) is known color: Black Bean. HEX triplet: 06, 11 and 07. RGB value is (6,17,7). Sum of RGB (Red+Green+Blue) = 6+17+7=30 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20% from 30); Green value is 17 (7.03% from 255 or 56.67% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 17 - color contains mainly: green. Hex color #061107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061107 is #F9EEF8. Grayscale: #0C0C0C. Windows color (decimal): -16379641 or 463110. OLE color: 463110.
HSL color Cylindrical-coordinate representation of color #061107: hue angle of 125.45º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #061107 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 17 | 7 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.93 |
| HSL | 125.45º | 0.48% | 0.05% | - |
| HSV(B) | 125.45º | 0.65% | 0.07% | - |
| XYZ | 0.31 | 0.45 | 0.27 | - |
| YUV | 12.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 7 | 0.65 | 0 | 0.59 | 0.93 | 125.45 | 0.48 | 0.05 |
| Hex | 6 | 11 | 7 | 41 | 0 | 3B | 5D | 7D | 30 | 5 |
| Octal | 6 | 21 | 7 | 101 | 0 | 73 | 135 | 175 | 60 | 5 |
| Binary | 110 | 10001 | 111 | 1000001 | 0 | 111011 | 1011101 | 1111101 | 110000 | 101 |
Color Harmonies of #061107
Complementary color
Monochromatic Colors of #061107
Black with #061107
Text Example
Text Example
White with #061107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061107; }
p { color: rgb(6,17,7); }
H1.HeaderClassName
{
color: #061107;
}
.AnyTagClassName
{
color: #061107;
}
</style>
background-color css
<style>
a { background-color: #061107; }
a { background-color: rgb(6,17,7); }
div.DivClassName
{
background-color: #061107;
}
.BgClassName
{
background-color: #061107;
}
</style>
border-color css
<style>
span { border-color: #061107; }
span { border-color: rgb(6,17,7); }
td.TdClassName
{
border-color: #061107;
}
.TagClassName
{
border-color: #061107;
}
</style>